You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2015/04/15 02:42:02 UTC

mahout git commit: Minor Typo, this closes apache/mahout#118

Repository: mahout
Updated Branches:
  refs/heads/master ef6d93a34 -> 3e392104b


Minor Typo, this closes apache/mahout#118


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/3e392104
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/3e392104
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/3e392104

Branch: refs/heads/master
Commit: 3e392104be322217b37502670f75e7adbd68e093
Parents: ef6d93a
Author: Suneel Marthi <su...@gmail.com>
Authored: Tue Apr 14 20:39:02 2015 -0400
Committer: Suneel Marthi <su...@gmail.com>
Committed: Tue Apr 14 20:43:58 2015 -0400

----------------------------------------------------------------------
 examples/bin/classify-20newsgroups.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/3e392104/examples/bin/classify-20newsgroups.sh
----------------------------------------------------------------------
diff --git a/examples/bin/classify-20newsgroups.sh b/examples/bin/classify-20newsgroups.sh
index b09e996..c58e9a0 100755
--- a/examples/bin/classify-20newsgroups.sh
+++ b/examples/bin/classify-20newsgroups.sh
@@ -57,7 +57,7 @@ alg=${algorithm[$choice-1]}
 # Spark specific check and work 
 if [ "x$alg" == "xnaivebayes-Spark" -o "x$alg" == "xcnaivebayes-Spark" ]; then
   if [ "$MASTER" == "" ] ; then
-    echo "Plese set your MASTER env variable to point to your Spark Master URL. exiting..."
+    echo "Please set your MASTER env variable to point to your Spark Master URL. exiting..."
     exit 1
   fi
   if [ "$MAHOUT_LOCAL" != "" ] ; then