aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-05-29 23:08:47 -0700
committerAndrew Or <andrew@databricks.com>2015-05-29 23:08:47 -0700
commit193dba01c77ef1bb63e3f617213eb257960f8d2f (patch)
treec2634b9d9b5baba7561a7b75c61b584e85560e65 /scalastyle-config.xml
parent609c4923f98c188bce60ae35c1c8a08a8dfd95f1 (diff)
downloadspark-193dba01c77ef1bb63e3f617213eb257960f8d2f.tar.gz
spark-193dba01c77ef1bb63e3f617213eb257960f8d2f.tar.bz2
spark-193dba01c77ef1bb63e3f617213eb257960f8d2f.zip
[TRIVIAL] Typo fix for last commit
Diffstat (limited to 'scalastyle-config.xml')
-rw-r--r--scalastyle-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 890bf37949..a0098169a0 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -153,7 +153,7 @@
</parameters>
</check>
<check level="error" class="org.scalastyle.scalariform.NotImplementedErrorUsage" enabled="true"></check>
- <!-- As of SPARK-7558, all tests in Spark should extend o.a.s.SparkFunSuite instead of FunSuited directly -->
+ <!-- As of SPARK-7558, all tests in Spark should extend o.a.s.SparkFunSuite instead of FunSuite directly -->
<check level="error" class="org.scalastyle.scalariform.TokenChecker" enabled="true">
<parameters>
<parameter name="regex">^FunSuite[A-Za-z]*$</parameter>