aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/install/install_java.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/install/install_java.md')
-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 2a907b6e82..72d0c7b1ff 100644
--- a/tensorflow/docs_src/install/install_java.md
+++ b/tensorflow/docs_src/install/install_java.md
@@ -106,7 +106,7 @@ As an example, these steps will create a Maven project that uses TensorFlow:
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
+does, you've successfully 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)
for possible solutions. You can skip reading the rest of this document.