summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsold.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-25 20:46:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-25 20:46:50 +0000
commitf3ba59f63f3eebfb8dc73d59a748faea215f99ef (patch)
tree42a4e801507844b649ccaca620331050ee3fda57 /usr.sbin/rtsold/rtsold.c
parentadc359015cca27a1ff8999c3236c62cb505dacf7 (diff)
spelling
Diffstat (limited to 'usr.sbin/rtsold/rtsold.c')
-rw-r--r--usr.sbin/rtsold/rtsold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c
index ee86140475a..241cbcc27b5 100644
--- a/usr.sbin/rtsold/rtsold.c
+++ b/usr.sbin/rtsold/rtsold.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtsold.c,v 1.17 2002/02/19 19:39:40 millert Exp $ */
+/* $OpenBSD: rtsold.c,v 1.18 2002/03/25 20:46:49 deraadt Exp $ */
/* $KAME: rtsold.c,v 1.32 2001/07/09 22:34:07 itojun Exp $ */
/*
@@ -342,7 +342,7 @@ ifconfig(char *ifname)
}
if (find_ifinfo(sdl->sdl_index)) {
warnmsg(LOG_ERR, __FUNCTION__,
- "interface %s was already cofigured", ifname);
+ "interface %s was already configured", ifname);
free(sdl);
return(-1);
}