summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-01-13 20:08:49 +0200
committerRazvan Becheriu <razvan@isc.org>2022-01-19 20:59:15 +0200
commit0c03eaefbbd3f0e22dd5df600c4b707af294890c (patch)
treededbb2a1972262c4872c4f9b02d787d4f60721af /server
parentf853b9c8e53bc31b95b8ced12e492ab94a7ef2ce (diff)
downloadisc-dhcp-190-dhclient-wrong-argument-to-memcpy.tar.gz
fixed compilation warning190-dhclient-wrong-argument-to-memcpy
Diffstat (limited to 'server')
-rw-r--r--server/dhcpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index 6c2ceedd..7b25d70d 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -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
*/