summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-02-09 13:50:45 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-02-09 13:50:45 +0000
commit1359b51ffc4047fddd5635d6f2ca7d40569bb16b (patch)
treeb4d9425da0412180b82eec5766e4adf6e21e0d05
parentb0ecf4f268945cd7580d417f99bd896fdaac8f6f (diff)
KNF
-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 73a6f9707c6..9d24d8df054 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.310 2003/02/09 12:49:48 camield Exp $ */
+/* $OpenBSD: parse.y,v 1.311 2003/02/09 13:50:44 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -1179,7 +1179,7 @@ pfrule : action dir logquick interface route af proto fromto
decide_address_family($5.host, &r.af);
remove_invalid_hosts(&$5.host, &r.af);
if ($5.host == NULL) {
- yyerror("no routing address with matching address family "
+ yyerror("no routing address with matching address family "
"found.");
YYERROR;
}