@@ -246,9 +246,9 @@ { if( !tryEat(kwd) ) if( lex.empty ) throw genex!UnexpectedEOF( - currentPosition(), sprintf!"%s is expected for %s but not found"(kwd,msg)); + currentPosition(), sprintf!"%s is expected %s but not found"(kwd,msg)); else throw genex!ParseException( currentPosition(), sprintf!"%s is expected for %s but not found"(kwd,msg)); }