From: Jean-Christophe Beaupré Date: Sun, 14 May 2017 16:46:43 +0000 (-0400) Subject: separate_compiler: Fix a spelling mistake in a comment X-Git-Url: http://nitlanguage.org separate_compiler: Fix a spelling mistake in a comment Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/compiler/separate_compiler.nit b/src/compiler/separate_compiler.nit index 45790b3..8fd3f61 100644 --- a/src/compiler/separate_compiler.nit +++ b/src/compiler/separate_compiler.nit @@ -344,7 +344,7 @@ class SeparateCompiler for m in mainmodule.in_importation.greaters do for cd in m.mclassdefs do var mclass = cd.mclass - # Collect methods ad attributes + # Collect methods and attributes for p in cd.intro_mproperties do if p isa MMethod then if rta == null then