typo. netbsd PR 16055

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2002-03-29 04:43:07 +00:00
parent eb294035cb
commit b795e6e3ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93363

View File

@ -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);
}