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

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

src/model/model_collect.nit

index a4f530c..ab1296c 100644 (file)
@@ -25,7 +25,7 @@
 #
 # This is usefull for tools that need a global view of a model like `nitdoc`,
 # `nitx` or `nituml`.
-# It shoul not be used for compiling stuffs like computing VFT, where the listed
+# It should not be used for compiling stuffs like computing VFT, where the listed
 # entities could not be reachable depending on the modules really imported.
 module model_collect