summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-04-17 16:36:24 +0000
committermaxim <maxim@FreeBSD.org>2007-04-17 16:36:24 +0000
commit708ec25681ba4539b2161e56169de23fbc01d262 (patch)
treecaf2d222bd5edd27af2997ea767b4231410b5427 /sbin
parent5c0f9c4bd3d4f12518cf01d7cf0c629d14a1562c (diff)
downloadFreeBSD-src-708ec25681ba4539b2161e56169de23fbc01d262.zip
FreeBSD-src-708ec25681ba4539b2161e56169de23fbc01d262.tar.gz
o Add missed w/space in the error message.
Spotted by: Ivan Voras MFC after: 1 week
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index cd640d2..3423e0f 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -5403,7 +5403,7 @@ read_options:
errx(EX_USAGE,
"limit cannot be part of an or block");
if (have_state)
- errx(EX_USAGE, "only one of keep-state and"
+ errx(EX_USAGE, "only one of keep-state and "
"limit is allowed");
have_state = cmd;
OpenPOWER on IntegriCloud