浏览代码

- 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; }