aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorandrewor14 <andrewor14@gmail.com>2014-05-14 17:54:53 -0700
committerReynold Xin <rxin@apache.org>2014-05-14 17:54:53 -0700
commit9ad096d55a3d8410f04056ebc87dbd8cba391870 (patch)
treef1d05c3887860f9c66713ebfa0a00b29ff765314 /core
parente3d72a74ad007c2bf279d6a74cdaca948bdf0ddd (diff)
downloadspark-9ad096d55a3d8410f04056ebc87dbd8cba391870.tar.gz
spark-9ad096d55a3d8410f04056ebc87dbd8cba391870.tar.bz2
spark-9ad096d55a3d8410f04056ebc87dbd8cba391870.zip
[Typo] propertes -> properties
Author: andrewor14 <andrewor14@gmail.com> Closes #780 from andrewor14/submit-typo and squashes the following commits: e70e057 [andrewor14] propertes -> properties
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
index c6d3cbd2e7..e86182e4c5 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -68,7 +68,7 @@ object SparkSubmit {
/**
* @return a tuple containing the arguments for the child, a list of classpath
- * entries for the child, a list of system propertes, a list of env vars
+ * entries for the child, a list of system properties, a list of env vars
* and the main class for the child
*/
private[spark] def createLaunchEnv(args: SparkSubmitArguments): (ArrayBuffer[String],