aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/preamble.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preamble.js b/src/preamble.js
index c2ee63dc..0e0101f2 100644
--- a/src/preamble.js
+++ b/src/preamble.js
@@ -437,7 +437,7 @@ var cwrap, ccall;
}
}
- // When the code is compressed, the name of cfunc is not litterally 'cfunc' anymore
+ // When the code is compressed, the name of cfunc is not literally 'cfunc' anymore
var cfuncname = parseJSFunc(function(){return cfunc}).returnValue;
// Call the function
funcstr += 'var ret = ' + cfuncname + '(' + argNames.join(',') + ');';