aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/deploy/distributed.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/deploy/distributed.md')
-rw-r--r--tensorflow/docs_src/deploy/distributed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/deploy/distributed.md b/tensorflow/docs_src/deploy/distributed.md
index 99390f7416..f3e2fac49f 100644
--- a/tensorflow/docs_src/deploy/distributed.md
+++ b/tensorflow/docs_src/deploy/distributed.md
@@ -54,7 +54,7 @@ the following:
### Create a `tf.train.ClusterSpec` to describe the cluster
The cluster specification dictionary maps job names to lists of network
-adresses. Pass this dictionary to
+addresses. Pass this dictionary to
the @{tf.train.ClusterSpec}
constructor. For example: