Repository: spark
Updated Branches:
  refs/heads/branch-1.5 0512960fc -> 6e823b4d7


Fix typo in driver page

"Comamnd property" => "Command property"

Author: Paul Chandler <pestilence...@users.noreply.github.com>

Closes #9578 from pestilence669/fix_spelling.

(cherry picked from commit 5507a9d0935aa42d65c3a4fa65da680b5af14faf)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.5
Commit: 6e823b4d7d52e9cf707f144256006e4575d23dc2
Parents: 0512960
Author: Paul Chandler <pestilence...@users.noreply.github.com>
Authored: Tue Nov 10 12:59:53 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Nov 10 13:00:18 2015 +0100

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6e823b4d/core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
----------------------------------------------------------------------
diff --git 
a/core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala 
b/core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
index e8ef60b..bc67fd4 100644
--- a/core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
@@ -46,7 +46,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends 
WebUIPage("driver")
     val schedulerHeaders = Seq("Scheduler property", "Value")
     val commandEnvHeaders = Seq("Command environment variable", "Value")
     val launchedHeaders = Seq("Launched property", "Value")
-    val commandHeaders = Seq("Comamnd property", "Value")
+    val commandHeaders = Seq("Command property", "Value")
     val retryHeaders = Seq("Last failed status", "Next retry time", "Retry 
count")
     val driverDescription = Iterable.apply(driverState.description)
     val submissionState = Iterable.apply(driverState.submissionState)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to