src/frontend: fix typo
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 14 Apr 2015 20:55:06 +0000 (16:55 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 28 Apr 2015 17:24:41 +0000 (13:24 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/transform.nit

index 4fa28c0..ebe2c73 100644 (file)
@@ -26,7 +26,7 @@ redef class ToolContext
        var transform_phase: Phase = new TransformPhase(self, [typing_phase, auto_super_init_phase])
 
        # --no-shortcut-range
-       var opt_no_shortcut_range: OptionBool = new OptionBool("Always insantiate a range and its iterator on 'for' loops", "--no-shortcut-range")
+       var opt_no_shortcut_range: OptionBool = new OptionBool("Always instantiate a range and its iterator on 'for' loops", "--no-shortcut-range")
 
        redef init
        do