niti: fix type in tool description
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 10 Sep 2014 18:45:36 +0000 (14:45 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 10 Sep 2014 18:53:52 +0000 (14:53 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/nit.nit
tests/sav/nit.res

index 2481ce8..be71611 100644 (file)
@@ -23,7 +23,7 @@ import debugger_socket
 
 # Create a tool context to handle options and paths
 var toolcontext = new ToolContext
-toolcontext.tooldescription = "Usage: nit [OPTION]... <file.nit>...\nInterprets and debbugs Nit programs."
+toolcontext.tooldescription = "Usage: nit [OPTION]... <file.nit>...\nInterprets and debugs Nit programs."
 # Add an option "-o" to enable compatibilit with the tests.sh script
 var opt = new OptionString("compatibility (does noting)", "-o")
 toolcontext.option_context.add_option(opt)
index a61c3d8..6dae4e5 100644 (file)
@@ -1,3 +1,3 @@
 Usage: nit [OPTION]... <file.nit>...
-Interprets and debbugs Nit programs.
+Interprets and debugs Nit programs.
 Use --help for help