X-Git-Url: http://nitlanguage.org diff --git a/src/mixin.nit b/src/mixin.nit index d70313d..508fc67 100644 --- a/src/mixin.nit +++ b/src/mixin.nit @@ -21,7 +21,7 @@ import modelbuilder redef class ToolContext # --mixin - var opt_mixins = new OptionArray("Additionals module to min-in", "-m", "--mixin") + var opt_mixins = new OptionArray("Additional module to mix-in", "-m", "--mixin") # --define var opt_defines = new OptionArray("Define a specific property", "-D", "--define")