You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/05/30 08:09:13 UTC

spark git commit: [TRIVIAL] Typo fix for last commit

Repository: spark
Updated Branches:
  refs/heads/master 609c4923f -> 193dba01c


[TRIVIAL] Typo fix for last commit


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/193dba01
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/193dba01
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/193dba01

Branch: refs/heads/master
Commit: 193dba01c77ef1bb63e3f617213eb257960f8d2f
Parents: 609c492
Author: Andrew Or <an...@databricks.com>
Authored: Fri May 29 23:08:47 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Fri May 29 23:08:47 2015 -0700

----------------------------------------------------------------------
 scalastyle-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/193dba01/scalastyle-config.xml
----------------------------------------------------------------------
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 890bf37..a009816 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org