Browse Source

- typo in an error message fixed.

Jan Janak 22 years ago
parent
commit
72069b94f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cfg.y

+ 1 - 1
cfg.y

@@ -731,7 +731,7 @@ onreply_route_stm: ROUTE_ONREPLY LBRACK NUMBER RBRACK LBRACE actions RBRACE {
 												"table number");
 												"table number");
 											YYABORT; }
 											YYABORT; }
 										}
 										}
-		| ROUTE_ONREPLY error { yyerror("invalid failure_route statement"); }
+		| ROUTE_ONREPLY error { yyerror("invalid onreply_route statement"); }
 	;
 	;
 /*
 /*
 rules:	rules rule { push($2, &$1); $$=$1; }
 rules:	rules rule { push($2, &$1); $$=$1; }