GEODE-2934: fix typos

Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/52dadee3
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/52dadee3
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/52dadee3

Branch: refs/heads/feature/GEODE-2580
Commit: 52dadee32075e66cfc54de15611d3c0e3a816891
Parents: 9e5c75c
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 17 10:46:07 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed May 17 10:46:07 2017 -0700

----------------------------------------------------------------------
 .../apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/52dadee3/geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java
index ee61a85..dc73f04 100644
--- 
a/geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java
@@ -114,7 +114,7 @@ public class AnalyzeSerializablesJUnitTest {
         diffSortedClassesAndMethods(this.expectedDataSerializables, 
actualDataSerializables);
     if (diff.length() > 0) {
       System.out.println(
-          "++++++++++++++++++++++++++++++testDataSerializables found 
discrepencies++++++++++++++++++++++++++++++++++++");
+          "++++++++++++++++++++++++++++++testDataSerializables found 
discrepancies++++++++++++++++++++++++++++++++++++");
       System.out.println(diff);
       fail(
           diff + "\n\nIf the class is not persisted or sent over the wire add 
it to the excludedClasses.txt file in the "
@@ -134,7 +134,7 @@ public class AnalyzeSerializablesJUnitTest {
     String diff = diffSortedClassesAndVariables(this.expectedSerializables, 
actualSerializables);
     if (diff.length() > 0) {
       System.out.println(
-          "++++++++++++++++++++++++++++++testSerializables found 
discrepencies++++++++++++++++++++++++++++++++++++");
+          "++++++++++++++++++++++++++++++testSerializables found 
discrepancies++++++++++++++++++++++++++++++++++++");
       System.out.println(diff);
       fail(
           diff + "\n\nIf the class is not persisted or sent over the wire add 
it to the excludedClasses.txt file in the "

Reply via email to