aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/slaves.sh2
-rwxr-xr-xbin/spark-daemon.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/slaves.sh b/bin/slaves.sh
index aeb0c0f6be..c367c2fd8e 100755
--- a/bin/slaves.sh
+++ b/bin/slaves.sh
@@ -47,7 +47,7 @@ bin=`cd "$bin"; pwd`
HOSTLIST=$SPARK_SLAVES
# Check if --config is passed as an argument. It is an optional parameter.
-# Exit if the argument is a directory.
+# Exit if the argument is not a directory.
if [ "$1" == "--config" ]
then
shift
diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh
index 262ef173be..a0c0d44b58 100755
--- a/bin/spark-daemon.sh
+++ b/bin/spark-daemon.sh
@@ -45,7 +45,7 @@ bin=`cd "$bin"; pwd`
# get arguments
# Check if --config is passed as an argument. It is an optional parameter.
-# Exit if the argument is a directory.
+# Exit if the argument is not a directory.
if [ "$1" == "--config" ]
then