nitc: fix typo in error message
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 1 Nov 2015 13:02:35 +0000 (08:02 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sat, 7 Nov 2015 21:20:22 +0000 (16:20 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/compiler/separate_compiler.nit

index f6c483c..4c5fd25 100644 (file)
@@ -1053,7 +1053,7 @@ class SeparateCompiler
                v.add_abort("type null")
                v.add("\}")
                v.add("if({t}->table_size < 0) \{")
-               v.add("PRINT_ERROR(\"Insantiation of a dead type: %s\\n\", {t}->name);")
+               v.add("PRINT_ERROR(\"Instantiation of a dead type: %s\\n\", {t}->name);")
                v.add_abort("type dead")
                v.add("\}")
        end