From: Alexis Laferrière Date: Sun, 1 Nov 2015 13:02:35 +0000 (-0500) Subject: nitc: fix typo in error message X-Git-Tag: v0.8~101^2~3 X-Git-Url: http://nitlanguage.org nitc: fix typo in error message Signed-off-by: Alexis Laferrière --- diff --git a/src/compiler/separate_compiler.nit b/src/compiler/separate_compiler.nit index f6c483c..4c5fd25 100644 --- a/src/compiler/separate_compiler.nit +++ b/src/compiler/separate_compiler.nit @@ -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