aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/wrappers/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/wrappers/hooks.py')
-rw-r--r--tensorflow/python/debug/wrappers/hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/wrappers/hooks.py b/tensorflow/python/debug/wrappers/hooks.py
index c27448e283..f6194f5fad 100644
--- a/tensorflow/python/debug/wrappers/hooks.py
+++ b/tensorflow/python/debug/wrappers/hooks.py
@@ -66,7 +66,7 @@ class LocalCLIDebugHook(session_run_hook.SessionRunHook,
"""Add a tensor filter.
See doc of `LocalCLIDebugWrapperSession.add_tensor_filter()` for details.
- Override default behavior to accomodate the possibility of this method being
+ Override default behavior to accommodate the possibility of this method being
called prior to the initialization of the underlying
`LocalCLIDebugWrapperSession` object.