Repository: spark
Updated Branches:
  refs/heads/master 521b3cae1 -> 5507a9d09


Fix typo in driver page

"Comamnd property" => "Command property"

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

Closes #9578 from pestilence669/fix_spelling.


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

Branch: refs/heads/master
Commit: 5507a9d0935aa42d65c3a4fa65da680b5af14faf
Parents: 521b3ca
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 12:59:53 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/5507a9d0/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