aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-31 16:01:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-31 17:28:11 -0700
commit9a92e63e9d10489bcf184f8203026d5cc71f3742 (patch)
tree6b7e038de600f22c26fc0667e39be86395129680
parent17878b9c3efca641894446e163478ae6ab4f954c (diff)
Fix typo.
Change: 151885257
-rw-r--r--tensorflow/docs_src/install/install_java.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_java.md b/tensorflow/docs_src/install/install_java.md
index 56c4b8d2c5..111b046689 100644
--- a/tensorflow/docs_src/install/install_java.md
+++ b/tensorflow/docs_src/install/install_java.md
@@ -105,7 +105,7 @@ As an example, these steps will create a Maven project that uses TensorFlow:
<b>mvn -q compile exec:java</b></pre>
-The preceeding command should output <tt>Hello from <i>version</i></tt>. If it
+The preceding command should output <tt>Hello from <i>version</i></tt>. If it
does, you've succesfully set up TensorFlow for Java and are ready to use it in
Maven projects. If not, check
[Stack Overflow](http://stackoverflow.com/questions/tagged/tensorflow)