From: Jean Privat Date: Mon, 4 Jul 2016 19:16:55 +0000 (-0400) Subject: Merge: model: Fix a spelling mistake X-Git-Url: http://nitlanguage.org?hp=4d026d47aac4207ab73a80aee09a4c000f0ed9e4 Merge: model: Fix a spelling mistake Signed-off-by: Jean-Christophe Beaupré Pull-Request: #2217 Reviewed-by: Jean Privat --- diff --git a/src/model/model.nit b/src/model/model.nit index 266e398..5349485 100644 --- a/src/model/model.nit +++ b/src/model/model.nit @@ -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.