diff options
Diffstat (limited to 'src/dhcp/nm-dhcp-client.c')
-rw-r--r-- | src/dhcp/nm-dhcp-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp/nm-dhcp-client.c b/src/dhcp/nm-dhcp-client.c index f7324baf6e..1a41f1b343 100644 --- a/src/dhcp/nm-dhcp-client.c +++ b/src/dhcp/nm-dhcp-client.c @@ -824,7 +824,7 @@ maybe_add_option (NMDhcpClient *self, /* dhclient has no special labels for private dhcp options: it uses "unknown_xyz" * labels for that. We need to identify those to alias them to our "private_xyz" - * format unsed in the internal dchp plugins. + * format unused in the internal dchp plugins. */ if ((priv_opt_num = label_is_unknown_xyz (key)) > 0) { gs_free guint8 *check_val = NULL; |