2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

fixed compilation warning

This commit is contained in:
Razvan Becheriu
2022-01-13 20:08:49 +02:00
parent f853b9c8e5
commit 0c03eaefbb
5 changed files with 14 additions and 9 deletions

View File

@@ -195,10 +195,10 @@ static void omapi_listener_start (void *foo)
* the description of the command line. The arguments provide
* a way for the caller to request more specific information about
* the error be printed as well. Mostly this will be that some
* comamnd doesn't include its argument.
* command doesn't include its argument.
*
* \param sfmt - The basic string and format for the specific error
* \param sarg - Generally the offending argument from the comamnd line.
* \param sarg - Generally the offending argument from the command line.
*
* \return Nothing
*/