mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
dhclient(8): Fix a typo in a source code comment
- s/explicitely/explicitly/ MFC after: 3 days
This commit is contained in:
parent
49f6a83ed8
commit
a06052d623
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ warning(const char *fmt, ...)
|
|||
|
||||
/*
|
||||
* The original warning() would return "ret" here. We do this to
|
||||
* check warnings explicitely.
|
||||
* check warnings explicitly.
|
||||
*/
|
||||
longjmp(env, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue