mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fixed spelling error.
This commit is contained in:
parent
ee1b86ffbd
commit
1adb7b0dca
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ main(argc, argv)
|
|||
break;
|
||||
}
|
||||
if (secure && strchr(*ap, '@')) {
|
||||
puts("fowarding service denied\r\n");
|
||||
puts("forwarding service denied\r\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue