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/mahout-0.10.x
Commit: 3e392104be322217b37502670f75e7adbd68e093
Parents: ef6d93a
Author: Suneel Marthi <[email protected]>
Authored: Tue Apr 14 20:39:02 2015 -0400
Committer: Suneel Marthi <[email protected]>
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

Reply via email to