aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2013-09-13 11:07:18 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2013-09-13 11:07:18 +0700
commit93e1119b3ff3d487c8ffd0c63b4247ea9c918e72 (patch)
tree40540043d08c25ee8ec1f1b65716883669149116
parent6c4d3fff3e5da4352e2a111175ea0de6265a8729 (diff)
Typo fix.
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 4a49cc12..4b4273ca 100755
--- a/emcc
+++ b/emcc
@@ -669,7 +669,7 @@ if '-M' in sys.argv or '-MM' in sys.argv:
if '-E' in sys.argv:
# Just run the preprocessor
cmd = [CC] + sys.argv[1:]
- logging.debug('just preprocssor ' + ' '.join(cmd))
+ logging.debug('just preprocessor ' + ' '.join(cmd))
exit(subprocess.call(cmd))
# Check if a target is specified