Fix typo in Javascript exception
This commit is contained in:
parent
c67cdd5b30
commit
9587c133c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue