model: Fix a spelling mistake
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 4 Jul 2016 15:14:35 +0000 (11:14 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 4 Jul 2016 15:14:35 +0000 (11:14 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/model/model.nit

index 660de85..573b52a 100644 (file)
@@ -159,7 +159,7 @@ redef class MModule
                return self.in_importation <= mclass.intro_mmodule
        end
 
-       # Full hierarchy of introduced ans imported classes.
+       # Full hierarchy of introduced and imported classes.
        #
        # Create a new hierarchy got by flattening the classes for the module
        # and its imported modules.