Skip to content

Commit

Permalink
Typo fix: distitrbuted -> distributed
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Typo fix: distitrbuted -> distributed

## How was this patch tested?

Existing tests

Author: Andrew Ash <[email protected]>

Closes apache#17664 from ash211/patch-1.
  • Loading branch information
ash211 authored and rxin committed Apr 18, 2017
1 parent e5fee3e commit 0075562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ private[spark] class Client(
).foreach { case (flist, resType, addToClasspath) =>
flist.foreach { file =>
val (_, localizedPath) = distribute(file, resType = resType)
// If addToClassPath, we ignore adding jar multiple times to distitrbuted cache.
// If addToClassPath, we ignore adding jar multiple times to distributed cache.
if (addToClasspath) {
if (localizedPath != null) {
cachedSecondaryJarLinks += localizedPath
Expand Down

0 comments on commit 0075562

Please sign in to comment.