X-Git-Url: http://nitlanguage.org 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