mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fix a typo. (s/nessesary/necessary/)
This commit is contained in:
parent
aa24ae3c5e
commit
ca54e1aee3
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#ifdef REGRESSION
|
||||
FEATURE(regression,
|
||||
"Kernel support for interfaces nessesary for regression testing (SECURITY RISK!)");
|
||||
"Kernel support for interfaces necessary for regression testing (SECURITY RISK!)");
|
||||
#endif
|
||||
|
||||
#if defined(INET) || defined(INET6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue