Skip to content

Commit c2273fc

Browse files
committed
Fix typo (minor)
1 parent e793e5f commit c2273fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/spark-submit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fi
8383

8484
# For client mode, the driver will be launched in the JVM that launches
8585
# SparkSubmit, so we need to handle the class paths, java options, and
86-
# memory pre-emptively in bash. Otherwise, it will be too late by the
86+
# memory preemptively in bash. Otherwise, it will be too late by the
8787
# time the JVM has started.
8888

8989
if [[ $DEPLOY_MODE == "client" ]]; then

0 commit comments

Comments
 (0)