summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-07-14 20:01:08 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2003-07-14 20:01:08 +0000
commit5a2ef083d2befed4c94d4425f2cc45c09f24d884 (patch)
tree075f25f89617e0b7c5c985b4fdded9a011cc5efd /sbin
parent192298c9ee8a0532b90599c0f4b9509cb6c9a77d (diff)
tpo
Diffstat (limited to 'sbin')
-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 8b932319e39..d4f30d919c8 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.399 2003/07/11 08:29:34 cedric Exp $ */
+/* $OpenBSD: parse.y,v 1.400 2003/07/14 20:01:07 dhartmei Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -669,7 +669,7 @@ scrubrule : SCRUB dir logquick interface af proto fromto scrub_opts
r.rule_flag |= PFRULE_RANDOMID;
if ($8.reassemble_tcp) {
if (r.direction != PF_INOUT) {
- yyerror("reassmble tcp rules can not "
+ yyerror("reassemble tcp rules can not "
"specify direction");
YYERROR;
}