aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/mllib/word2vec.py
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-03-03 22:42:12 +0000
committerSean Owen <sowen@cloudera.com>2016-03-03 22:42:12 +0000
commit941b270b706d3b4aea73dbf102cfb6eee0beff63 (patch)
tree0633f68f062bd49152267f97b79f7598b53c5e0b /examples/src/main/python/mllib/word2vec.py
parent52035d103661721a8f87c2f6788c6411f645a99d (diff)
downloadspark-941b270b706d3b4aea73dbf102cfb6eee0beff63.tar.gz
spark-941b270b706d3b4aea73dbf102cfb6eee0beff63.tar.bz2
spark-941b270b706d3b4aea73dbf102cfb6eee0beff63.zip
[MINOR] Fix typos in comments and testcase name of code
## What changes were proposed in this pull request? This PR fixes typos in comments and testcase name of code. ## How was this patch tested? manual. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #11481 from dongjoon-hyun/minor_fix_typos_in_code.
Diffstat (limited to 'examples/src/main/python/mllib/word2vec.py')
-rw-r--r--examples/src/main/python/mllib/word2vec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/python/mllib/word2vec.py b/examples/src/main/python/mllib/word2vec.py
index 40d1b88792..4e7d4f7610 100644
--- a/examples/src/main/python/mllib/word2vec.py
+++ b/examples/src/main/python/mllib/word2vec.py
@@ -16,7 +16,7 @@
#
# This example uses text8 file from http://mattmahoney.net/dc/text8.zip
-# The file was downloadded, unziped and split into multiple lines using
+# The file was downloaded, unzipped and split into multiple lines using
#
# wget http://mattmahoney.net/dc/text8.zip
# unzip text8.zip