diff --git a/src/embind/embind.js b/src/embind/embind.js index 4be33d707b4c..44296c9de684 100644 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -150,7 +150,7 @@ var LibraryEmbind = { $replacePublicSymbol__docs: '/** @param {number=} numArguments */', $replacePublicSymbol: (name, value, numArguments) => { if (!Module.hasOwnProperty(name)) { - throwInternalError('Replacing nonexistant public symbol'); + throwInternalError('Replacing nonexistent public symbol'); } // If there's an overload table for this symbol, replace the symbol in the overload table instead. if (undefined !== Module[name].overloadTable && undefined !== numArguments) {