mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Fix typo
Reported by: dumbbell
This commit is contained in:
parent
7ec7b58f0e
commit
c8ebd84147
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ main(int argc, char** argv)
|
|||
"in kernel", argv[0]);
|
||||
break;
|
||||
case ENOEXEC:
|
||||
warnx("an error occured while "
|
||||
warnx("an error occurred while "
|
||||
"loading the module. "
|
||||
"Please check dmesg(1) for "
|
||||
"more details.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue