diff --git a/testutils/src/main/java/org/mozilla/javascript/tests/Utils.java b/testutils/src/main/java/org/mozilla/javascript/tests/Utils.java index 1f76086b37..e3be1c6f8f 100644 --- a/testutils/src/main/java/org/mozilla/javascript/tests/Utils.java +++ b/testutils/src/main/java/org/mozilla/javascript/tests/Utils.java @@ -107,7 +107,7 @@ public static boolean isJavaVersionAtLeast(int desiredVersion) { } /** - * Execute the provided script and assert the result. The language version is not ch anged. + * Execute the provided script and assert the result. The language version is not changed. * * @param expected the expected result * @param script the javascript script to execute