diff options
Diffstat (limited to 'src/dhcp/nm-dhcp-helper.c')
| -rw-r--r-- | src/dhcp/nm-dhcp-helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dhcp/nm-dhcp-helper.c b/src/dhcp/nm-dhcp-helper.c index 7f1d2a7b..8f753a61 100644 --- a/src/dhcp/nm-dhcp-helper.c +++ b/src/dhcp/nm-dhcp-helper.c @@ -22,7 +22,6 @@ #include <unistd.h> #include <stdlib.h> -#include <string.h> #include <signal.h> #include "nm-utils/nm-vpn-plugin-macros.h" @@ -190,7 +189,7 @@ do_notify: _LOGW ("failure to call notify: %s (try signal via Event)", error->message); g_clear_error (&error); - /* for backward compatibilty, try to emit the signal. There is no stable + /* for backward compatibility, try to emit the signal. There is no stable * API between the dhcp-helper and NetworkManager. However, while upgrading * the NetworkManager package, a newer helper might want to notify an * older server, which still uses the "Event". */ |