aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util
diff options
context:
space:
mode:
Diffstat (limited to 'testing-util')
-rw-r--r--testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java
index 508f71550..e6587c4ee 100644
--- a/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java
+++ b/testing-util/src/main/java/org/aspectj/testing/util/TestUtil.java
@@ -412,8 +412,8 @@ public final class TestUtil {
}
/**
- * Checks that two multi-line strings have the same value. Each line is trimmed before comparision Produces an error on the
- * particular line of conflict
+ * Checks that two multi-line strings have the same value. Each line is trimmed before comparison.
+ * Produces an error on the particular line of conflict.
*/
public static void assertMultiLineStringEquals(String message, String s1, String s2) {
try {