dhclient(8): Fix a typo in a source code comment

- s/explicitely/explicitly/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-08 20:50:48 +02:00
parent 49f6a83ed8
commit a06052d623

View file

@ -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);
}