From bb53985c00eab104e26b6284a7ada5b3942b3c15 Mon Sep 17 00:00:00 2001 From: goodwinnk Date: Fri, 15 Feb 2013 14:39:40 +0400 Subject: [PATCH] Spelling correction --- .../k2js/test/rhino/RhinoFunctionNativeObjectResultChecker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {