From: Jean-Christophe Beaupré Date: Mon, 4 Jul 2016 15:14:35 +0000 (-0400) Subject: model: Fix a spelling mistake X-Git-Url: http://nitlanguage.org model: Fix a spelling mistake Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/model/model.nit b/src/model/model.nit index 660de85..573b52a 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.