nitweb: fix typo in help message
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 2 Aug 2016 03:25:38 +0000 (23:25 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 10 Aug 2016 19:46:24 +0000 (15:46 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/nitweb.nit

index 7c6cdc1..d3e3f30 100644 (file)
@@ -121,7 +121,7 @@ end
 var toolcontext = new ToolContext
 var tpl = new Template
 tpl.add "Usage: nitweb [OPTION]... <file.nit>...\n"
-tpl.add "Run a webserver based on nitcorn that serve pages about model."
+tpl.add "Run a webserver based on nitcorn that serves pages about model."
 toolcontext.tooldescription = tpl.write_to_string
 
 # process options