Skip to content

Commit b1e6e8b

Browse files
committed
Fixed a small typo
1 parent daab563 commit b1e6e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private[ui] class AllJobsPage(parent: JobsTab) extends WebUIPage("") {
165165
content ++= <h4 id ="failed">Failed Jobs ({failedJobs.size})</h4> ++
166166
failedJobsTable
167167
}
168-
val helpText = """A job is triggered by a action, like "count()" or "saveAsTextFile()".""" +
168+
val helpText = """A job is triggered by an action, like "count()" or "saveAsTextFile()".""" +
169169
" Click on a job's title to see information about the stages of tasks associated with" +
170170
" the job."
171171

0 commit comments

Comments
 (0)