Skip to content

Commit 6e66793

Browse files
committed
fix a comment
1 parent 2891891 commit 6e66793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with BeforeAndAfterAll {
143143
test("search for artifact at local repositories") {
144144
val main = new MavenCoordinate("my.great.lib", "mylib", "0.1")
145145
val dep = "my.great.dep:mydep:0.5"
146-
// Local M2 repositorya
146+
// Local M2 repository
147147
IvyTestUtils.withRepository(main, Some(dep), Some(SparkSubmitUtils.m2Path)) { repo =>
148148
val jarPath = SparkSubmitUtils.resolveMavenCoordinates(
149149
main.toString,

0 commit comments

Comments
 (0)