mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
an English grammar fix
Reported by: ru MFC after: 1 day
This commit is contained in:
parent
d0401be4ce
commit
06755c2216
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ main(int argc, char **argv)
|
|||
/* configuration per interface */
|
||||
if (ifinit()) {
|
||||
warnmsg(LOG_ERR, __func__,
|
||||
"failed to initialization interfaces");
|
||||
"failed to initialize interfaces");
|
||||
exit(1);
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue