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

@ -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());