transform: transforms `while` and `for`
[nit.git] / src / astbuilder.nit
index 428a5ca..fd2e22e 100644 (file)
@@ -154,7 +154,7 @@ redef class AExpr
        # Note: this method, aimed to `ABlockExpr` is promoted to `AExpr` because of the limitations of the hierarchies generated by sablecc3
        fun add(expr: AExpr)
        do
-               print "add not inplemented in {inspect}"
+               print "add not implemented in {inspect}"
                abort
        end
 end