From f2271a28064054994e56396de1cf2319c2102e13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Mon, 4 Jul 2016 11:14:35 -0400 Subject: [PATCH] model: Fix a spelling mistake MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- src/model/model.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.9.5