X-Git-Url: http://nitlanguage.org diff --git a/src/astbuilder.nit b/src/astbuilder.nit index 428a5ca..fd2e22e 100644 --- a/src/astbuilder.nit +++ b/src/astbuilder.nit @@ -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