summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-03-11 16:34:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-03-11 16:34:22 +0000
commit0f8af14b0d6a6105dc7242f9c0f9e38028ae3d14 (patch)
tree3ebbd7c462b23e49aa4471bf7397237793d56c9b /usr.sbin
parentc169750abd5c653559bd1ca71c4ed884ca41ba92 (diff)
typo
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpctl/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c
index 4539d39e1af..90bd808eded 100644
--- a/usr.sbin/bgpctl/parser.c
+++ b/usr.sbin/bgpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.4 2004/03/02 19:32:43 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.5 2004/03/11 16:34:21 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -189,7 +189,7 @@ parse(int argc, char *argv[])
}
if (curarg < argc) {
- fprintf(stderr, "superflous argument: %s\n", argv[curarg]);
+ fprintf(stderr, "superfluous argument: %s\n", argv[curarg]);
return (NULL);
}