Repository: spark
Updated Branches:
  refs/heads/branch-1.0 d6f1a75bc -> 5ca3096dd


[Typo] propertes -> properties

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

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

e70e057 [andrewor14] propertes -> properties

(cherry picked from commit 9ad096d55a3d8410f04056ebc87dbd8cba391870)
Signed-off-by: Reynold Xin <r...@apache.org>


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

Branch: refs/heads/branch-1.0
Commit: 5ca3096dd29ffe264fd8d68f916a234e58447b85
Parents: d6f1a75
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:55:00 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/5ca3096d/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