Merge: model: Fix a spelling mistake
authorJean Privat <jean@pryen.org>
Mon, 4 Jul 2016 19:16:55 +0000 (15:16 -0400)
committerJean Privat <jean@pryen.org>
Mon, 4 Jul 2016 19:16:55 +0000 (15:16 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2217
Reviewed-by: Jean Privat <jean@pryen.org>

src/model/model.nit

index 266e398..5349485 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.