diff --git a/js/js.tests/test/org/jetbrains/k2js/test/rhino/RhinoFunctionNativeObjectResultChecker.java b/js/js.tests/test/org/jetbrains/k2js/test/rhino/RhinoFunctionNativeObjectResultChecker.java index 7e72662d75e..3ecd795694d 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/rhino/RhinoFunctionNativeObjectResultChecker.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/rhino/RhinoFunctionNativeObjectResultChecker.java @@ -21,7 +21,7 @@ import org.mozilla.javascript.Context; import org.mozilla.javascript.NativeJavaObject; /** - * Assert that a Rhino function returns a Native Java object which when unwrapped is equal to the expecte result + * Assert that a Rhino function returns a Native Java object which when unwrapped is equal to the expected result */ public class RhinoFunctionNativeObjectResultChecker extends RhinoFunctionResultChecker {