mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
ipfw(8): Fix a typo in an error message
- s/suport/support/ MFC after: 5 days
This commit is contained in:
parent
67f508db84
commit
809ad8170a
1 changed files with 1 additions and 1 deletions
|
|
@ -4127,7 +4127,7 @@ chkarg:
|
|||
action->arg1 = strtoul(*av, NULL, 10);
|
||||
if (sysctlbyname("net.fibs", &numfibs, &intsize,
|
||||
NULL, 0) == -1)
|
||||
errx(EX_DATAERR, "fibs not suported.\n");
|
||||
errx(EX_DATAERR, "fibs not supported.\n");
|
||||
if (action->arg1 >= numfibs) /* Temporary */
|
||||
errx(EX_DATAERR, "fib too large.\n");
|
||||
/* Add high-order bit to fib to make room for tablearg*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue