From: Alexandre Terrasa Date: Wed, 20 May 2015 00:30:05 +0000 (-0400) Subject: nitpick: fix a typo in comments X-Git-Tag: v0.7.5~14^2~14 X-Git-Url: http://nitlanguage.org nitpick: fix a typo in comments Signed-off-by: Alexandre Terrasa --- diff --git a/src/nitpick.nit b/src/nitpick.nit index 44cab72..4d00945 100644 --- a/src/nitpick.nit +++ b/src/nitpick.nit @@ -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