typo. netbsd PR 16055
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
c288340e80
commit
77829bc8c4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user