Repository: spark
Updated Branches:
  refs/heads/master e3d72a74a -> 9ad096d55


[Typo] propertes -> properties

Author: andrewor14 <andrewo...@gmail.com>

Closes #780 from andrewor14/submit-typo and squashes the following commits:

e70e057 [andrewor14] propertes -> properties


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9ad096d5
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9ad096d5
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9ad096d5

Branch: refs/heads/master
Commit: 9ad096d55a3d8410f04056ebc87dbd8cba391870
Parents: e3d72a7
Author: andrewor14 <andrewo...@gmail.com>
Authored: Wed May 14 17:54:53 2014 -0700
Committer: Reynold Xin <r...@apache.org>
Committed: Wed May 14 17:54:53 2014 -0700

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9ad096d5/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
----------------------------------------------------------------------
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 c6d3cbd..e86182e 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],

Reply via email to