summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2003-01-15 15:14:43 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2003-01-15 15:14:43 +0000
commit140b2254d0ab4d2427ea57868b3f4f76a785fb6c (patch)
tree6255d2abc22a2a15d410e01d5ba1dae82898534d
parent083acc18a6916339a256069d57852e411e1b7528 (diff)
Typo in yyerror().
henning@
-rw-r--r--sbin/pfctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index a9ca033366e..a852aaba9cc 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.289 2003/01/14 21:58:11 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.290 2003/01/15 15:14:42 mpech Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -1147,7 +1147,7 @@ pfrule : action dir logquick interface route af proto fromto
PF_POOL_ROUNDROBIN;
if (r.rpool.opts !=
PF_POOL_ROUNDROBIN) {
- yyerror("r.rt_pool.opts must "
+ yyerror("r.rpool.opts must "
"be PF_POOL_ROUNDROBIN");
YYERROR;
}