aboutsummaryrefslogtreecommitdiff
path: root/src/it
diff options
context:
space:
mode:
authorMichal Kordas <kordas.michal@gmail.com>2015-09-06 01:19:40 +0200
committerMichal Kordas <kordas.michal@gmail.com>2015-09-06 14:17:36 +0200
commit4d8d047f465f9eb101390da63ee62a735fbedba5 (patch)
tree6b00453f1a32a008188aa42916985a1d3465ab94 /src/it
parent5dffb5a301b2605c730d1de3f312ba4a7f95355e (diff)
downloadcheckstyle-4d8d047f465f9eb101390da63ee62a735fbedba5.tar.gz
Issue #2080: Fix typos in code
Fixes some `SpellCheckingInspection` inspection violations. Description: >Spellchecker inspection helps locate typos and misspelling in your code, comments and literals.
Diffstat (limited to 'src/it')
-rw-r--r--src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java b/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java
index c9f2a678c..89c300a34 100644
--- a/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java
+++ b/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java
@@ -18,7 +18,7 @@ public class CustomImportOrderTest extends BaseCheckTestSupport{
private static final String MSG_ORDER = "custom.import.order";
private static ConfigurationBuilder builder;
private final Class<CustomImportOrderCheck> clazz = CustomImportOrderCheck.class;
- String msgNongroup = "custom.import.order.nonGroup.import";
+ String msgNonGroup = "custom.import.order.nonGroup.import";
/** Shortcuts to make code more compact. */
private static final String STD = CustomImportOrderCheck.STANDARD_JAVA_PACKAGE_RULE_GROUP;