Spelling correction

This commit is contained in:
goodwinnk
2013-02-15 14:39:40 +04:00
committed by Nikolay Krasko
parent a349f2e66b
commit bb53985c00
@@ -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 {