summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtsold
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2002-03-29 04:43:07 +0000
committerume <ume@FreeBSD.org>2002-03-29 04:43:07 +0000
commit77829bc8c46a7444fa576db6d40ea757549b1f37 (patch)
treee2f8ffbf234e4fa27706f81295ce46a7ac7b14c0 /usr.sbin/rtsold
parentc288340e80ce2dd18adcf7496697bf25dc6d31cd (diff)
downloadFreeBSD-src-77829bc8c46a7444fa576db6d40ea757549b1f37.zip
FreeBSD-src-77829bc8c46a7444fa576db6d40ea757549b1f37.tar.gz
typo. netbsd PR 16055
Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtsold')
-rw-r--r--usr.sbin/rtsold/rtsold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c
index a4bb0e4..82a7560 100644
--- a/usr.sbin/rtsold/rtsold.c
+++ b/usr.sbin/rtsold/rtsold.c
@@ -331,7 +331,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);
}
OpenPOWER on IntegriCloud