瀏覽代碼

- typo in an error message fixed.

Jan Janak 22 年之前
父節點
當前提交
72069b94f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
 											YYABORT; }
 										}
-		| ROUTE_ONREPLY error { yyerror("invalid failure_route statement"); }
+		| ROUTE_ONREPLY error { yyerror("invalid onreply_route statement"); }
 	;
 /*
 rules:	rules rule { push($2, &$1); $$=$1; }