separate_compiler: Fix a spelling mistake in a comment
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 14 May 2017 16:46:43 +0000 (12:46 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 14 May 2017 16:46:43 +0000 (12:46 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/compiler/separate_compiler.nit

index 45790b3..8fd3f61 100644 (file)
@@ -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