From 75e618def1116f7413be11d147fcd02829caba08 Mon Sep 17 00:00:00 2001 From: Wojciech Jurczyk Date: Wed, 2 Mar 2016 15:32:32 +0000 Subject: Fix run-tests.py typos ## What changes were proposed in this pull request? The PR fixes typos in an error message in dev/run-tests.py. Author: Wojciech Jurczyk Closes #11467 from wjur/wjur/typos_run_tests. --- dev/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/run-tests.py b/dev/run-tests.py index 6febbf1089..b65d1a309c 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -488,7 +488,7 @@ def main(): if which("R"): run_cmd([os.path.join(SPARK_HOME, "R", "install-dev.sh")]) else: - print("Can't install SparkR as R is was not found in PATH") + print("Cannot install SparkR as R was not found in PATH") if os.environ.get("AMPLAB_JENKINS"): # if we're on the Amplab Jenkins build servers setup variables -- cgit v1.2.3