mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
typo. netbsd PR 16055
Obtained from: KAME MFC after: 1 week
This commit is contained in:
parent
eb294035cb
commit
b795e6e3ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93363
@ -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