typo. netbsd PR 16055

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
ume 2002-03-29 04:43:07 +00:00
parent c288340e80
commit 77829bc8c4

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