diff --git a/src/test/java/org/json/junit/JSONTokenerTest.java b/src/test/java/org/json/junit/JSONTokenerTest.java index 4738b8ad7..cbd8d72e8 100644 --- a/src/test/java/org/json/junit/JSONTokenerTest.java +++ b/src/test/java/org/json/junit/JSONTokenerTest.java @@ -233,7 +233,7 @@ public void testSkipToSuccessWithStringReader() throws IOException { /** * Verify that next and back are working properly and tracking the correct positions - * with different new in line combinations. + * with different new line combinations. */ @Test public void testNextBackComboWithNewLines() {