Skip to content

Commit f480d85

Browse files
committed
[SPARK-2893] Fix typo.
1 parent b59d2c2 commit f480d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class KryoSerializerSuite extends FunSuite with SharedSparkContext {
208208
assert(10 + control.sum === result)
209209
}
210210

211-
test("kryo with nonexistant custom registrator should fail") {
211+
test("kryo with nonexistent custom registrator should fail") {
212212
import org.apache.spark.{SparkConf, SparkException}
213213

214214
val conf = new SparkConf(false)

0 commit comments

Comments
 (0)