diff tests/OnClientTester.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
line wrap: on
line diff
--- a/tests/OnClientTester.java
+++ b/tests/OnClientTester.java
@@ -662,7 +662,7 @@ public final class OnClientTester {
 						(int)sub.charAt(0), (int)sub.charAt(1), (int)sub.charAt(2)));
 			}
 		}
-		// only to show some succesful output if the above succeeds
+		// only to show some successful output if the above succeeds
 		assertEq("Every 3-byte normalized chunk", "|\\r\\n", "|\\r\\n");
 
 		exitTest();