aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/how_tos/supervisor/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/how_tos/supervisor/index.md')
-rw-r--r--tensorflow/g3doc/how_tos/supervisor/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/how_tos/supervisor/index.md b/tensorflow/g3doc/how_tos/supervisor/index.md
index 69b5562c28..7b3e7677a2 100644
--- a/tensorflow/g3doc/how_tos/supervisor/index.md
+++ b/tensorflow/g3doc/how_tos/supervisor/index.md
@@ -374,7 +374,7 @@ following keyword arguments to the `Supervisor()` constructor:
* `ready_op`: Op to check if the model is initialized.
After running the local init op, the init op, and the init function, the
- supervisor verifies that the model is fully intialized by running the ready
+ supervisor verifies that the model is fully initialized by running the ready
op. This is an op that returns an empty string if the model is initialized,
or a description of what parts of the model are not initialized if not.