summaryrefslogtreecommitdiff
path: root/relay
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 /relay
parentf853b9c8e53bc31b95b8ced12e492ab94a7ef2ce (diff)
downloadisc-dhcp-0c03eaefbbd3f0e22dd5df600c4b707af294890c.tar.gz
fixed compilation warning190-dhclient-wrong-argument-to-memcpy
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 7211e3bb..72b2b1f9 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -235,10 +235,10 @@ char *progname;
* 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
*/