diff options
author | Ophir LOJKINE <pere.jobs@gmail.com> | 2014-05-11 13:16:07 +0200 |
---|---|---|
committer | Ophir LOJKINE <pere.jobs@gmail.com> | 2014-05-11 13:16:07 +0200 |
commit | f0489213abd2235a7fc81ab558b5a234ceeee9e3 (patch) | |
tree | 6926af4a7014d17a72cccaa3f9bb6e58a69ad1f6 | |
parent | e25a2b096f09be2e8f37e49c17d9062b816eaa02 (diff) |
Fix typo: 'litterally' -> 'literally'
In French, it's spelled 'littéralement', with 2 't' ;)
-rw-r--r-- | src/preamble.js | 2 |
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(',') + ');'; |