Fix typo in Javascript exception

This commit is contained in:
William S Fulton 2014-04-19 15:55:12 +01:00
commit 9587c133c5
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ JSObjectRef $jswrapper(JSContextRef context, JSObjectRef ctorObject,
$jsdispatchcases
// default:
SWIG_exception_fail(SWIG_ERROR, "Illegal arguments for contruction of $jsname");
SWIG_exception_fail(SWIG_ERROR, "Illegal arguments for construction of $jsname");
fail:
return thisObject;