Skip to content

Commit b5ee8eb

Browse files
committed
fix typos
1 parent 8103945 commit b5ee8eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tensorflow/java/src/gen/java/org/tensorflow/processor/OperatorProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment
7777
TypeElement annotation = annotations.iterator().next();
7878
Set<? extends Element> annotated = roundEnv.getElementsAnnotatedWith(annotation);
7979

80-
// If there are no annotated elements, claim the annotion but do nothing.
80+
// If there are no annotated elements, claim the annotation but do nothing.
8181
if (annotated.size() == 0) {
8282
return true;
8383
}

tensorflow/python/debug/wrappers/grpc_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _normalize_grpc_url(self, address):
9999

100100

101101
class TensorBoardDebugWrapperSession(GrpcDebugWrapperSession):
102-
"""A tfdbg Session wrapper that can be used with TensroBoard Debugger Plugin.
102+
"""A tfdbg Session wrapper that can be used with TensorBoard Debugger Plugin.
103103
104104
This wrapper is the same as `GrpcDebugWrapperSession`, except that it uses a
105105
predefined `watch_fn` that

0 commit comments

Comments
 (0)