summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/partest b/test/partest
index 6d9fc01cd5..2bd8ce94f3 100755
--- a/test/partest
+++ b/test/partest
@@ -83,8 +83,8 @@ fi
# last arg wins, so if JAVA_OPTS already contains -Xmx or -Xms the
# supplied argument will be used.
JAVA_OPTS="-Xmx1024M -Xms64M $JAVA_OPTS"
-# the ant task doesn't supply any options by default,
-# so don't to that here either -- note that you may want to pass -optimise
+# the ant task doesn't supply any options by default,
+# so don't to that here either -- note that you may want to pass -optimise
# to mimic what happens during nightlies
# [ -n "$SCALAC_OPTS" ] || SCALAC_OPTS="-deprecation"