Skip to content

Commit 82bc9cc

Browse files
committed
Fixed wrong grammar in comment
1 parent 9149027 commit 82bc9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/ClientSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ClientSuite extends FunSuite with Matchers {
3939
ClientArguments.isValidJarUrl("/missing/a/protocol/jarfile.jar") should be (false)
4040
ClientArguments.isValidJarUrl("not-even-a-path.jar") should be (false)
4141

42-
// This URI don't have authority and path.
42+
// This URI doesn't have authority and path.
4343
ClientArguments.isValidJarUrl("hdfs:someHost:1234/jarfile.jar") should be (false)
4444

4545
// Invalid syntax.

0 commit comments

Comments
 (0)