summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCarson McDonald <[email protected]>2013-04-17 05:19:53 -0400
committerCarson McDonald <[email protected]>2013-04-17 05:19:53 -0400
commit204ff73fd2a6019dc811720e8c030cc2c891d302 (patch)
tree4c838b5fe90d0ed9273c84d8e47642d1ad82946a
parent3d0bbd9f40a3336b59766a1a42886c2e90f8f08e (diff)
downloadmruby-204ff73fd2a6019dc811720e8c030cc2c891d302.tar.gz
mruby-204ff73fd2a6019dc811720e8c030cc2c891d302.zip
Fix typo.
-rw-r--r--tools/mrbc/mrbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c
index 3533e3998..4803b5db7 100644
--- a/tools/mrbc/mrbc.c
+++ b/tools/mrbc/mrbc.c
@@ -32,7 +32,7 @@ usage(const char *name)
"switches:",
"-c check syntax only",
"-o<outfile> place the output into <outfile>",
- "-v print version number, then trun on verbose mode",
+ "-v print version number, then turn on verbose mode",
"-g produce debugging information",
"-B<symbol> binary <symbol> output in C language format",
"--verbose run at verbose mode",