nitpick: fix a typo in comments
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 May 2015 00:30:05 +0000 (20:30 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 28 May 2015 13:54:10 +0000 (09:54 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/nitpick.nit

index 44cab72..4d00945 100644 (file)
@@ -49,7 +49,7 @@ var model = new Model
 # A model builder to parse files
 var modelbuilder = new ModelBuilder(model, toolcontext)
 
-# Here we load an process all modules passed on the command line
+# Here we load and process all modules passed on the command line
 var mmodules = modelbuilder.parse_full(arguments)
 toolcontext.mmodules_to_check.add_all mmodules