Fix typo in Javascript exception
This commit is contained in:
parent
c67cdd5b30
commit
9587c133c5
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ SwigV8ReturnValue $jswrapper(const SwigV8Arguments& args) {
|
|||
$jsdispatchcases
|
||||
|
||||
// default:
|
||||
SWIG_exception_fail(SWIG_ERROR, "Illegal arguments for contruction of $jsmangledname");
|
||||
SWIG_exception_fail(SWIG_ERROR, "Illegal arguments for construction of $jsmangledname");
|
||||
|
||||
fail:
|
||||
SWIGV8_RETURN(v8::Undefined());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue