X-Git-Url: http://nitlanguage.org diff --git a/src/nitmetrics.nit b/src/nitmetrics.nit index 2725a55..032ce7f 100644 --- a/src/nitmetrics.nit +++ b/src/nitmetrics.nit @@ -30,9 +30,9 @@ toolcontext.process_options(args) # Get arguments var arguments = toolcontext.option_context.rest -# We need a model to collect stufs +# We need a model to collect stuff var model = new Model -# An a model builder to parse files +# And a model builder to parse files var modelbuilder = new ModelBuilder(model, toolcontext) # Here we load an process all modules passed on the command line