aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala')
-rw-r--r--core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala b/core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala
index daa795a043..2fb09ead4b 100644
--- a/core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala
+++ b/core/src/test/scala/org/apache/sparktest/ImplicitSuite.scala
@@ -26,11 +26,11 @@ package org.apache.sparktest
*/
class ImplicitSuite {
- // We only want to test if `implict` works well with the compiler, so we don't need a real
+ // We only want to test if `implicit` works well with the compiler, so we don't need a real
// SparkContext.
def mockSparkContext[T]: org.apache.spark.SparkContext = null
- // We only want to test if `implict` works well with the compiler, so we don't need a real RDD.
+ // We only want to test if `implicit` works well with the compiler, so we don't need a real RDD.
def mockRDD[T]: org.apache.spark.rdd.RDD[T] = null
def testRddToPairRDDFunctions(): Unit = {