aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/README.md
diff options
context:
space:
mode:
authorGravatar Fabrizio Milo <Mistobaan@users.noreply.github.com>2016-06-03 10:29:58 -0700
committerGravatar Vijay Vasudevan <vrv@google.com>2016-06-03 10:29:58 -0700
commit4c789e39bedf51ec0d8f966126356e470c229665 (patch)
tree4ff7d630f3f1266484846fe975f12a3b4878204e /tensorflow/contrib/README.md
parentd42facc3cc9611f0c9722c81551a7404a0bd3f6b (diff)
cleans up warning/errors tensorflow/stream_executor (#2555)
Diffstat (limited to 'tensorflow/contrib/README.md')
-rw-r--r--tensorflow/contrib/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/README.md b/tensorflow/contrib/README.md
index 914aea6492..fa84e68006 100644
--- a/tensorflow/contrib/README.md
+++ b/tensorflow/contrib/README.md
@@ -7,7 +7,7 @@ The contrib directory contains project directories, each of which has designated
owners. It is meant to contain features and contributions that eventually should
get merged into core TensorFlow, but whose interfaces may still change, or which
require some testing to see whether they can find broader acceptance. We are
-trying to keep dupliction within contrib to a minimum, so you may be asked to
+trying to keep duplication within contrib to a minimum, so you may be asked to
refactor code in contrib to use some feature inside core or in another project
in contrib rather than reimplementing the feature.