diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-17 22:42:20 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-17 22:42:20 (GMT) |
commit | cb5579793731e3320330551bb2f926be7c7d0378 (patch) | |
tree | f62e00e21ef454d135930789ad7cac50ba3792b9 /plugins-root/check_icmp.c | |
parent | d27181914930470c0f8e33475e95dc6984828d8c (diff) | |
download | monitoring-plugins-cb5579793731e3320330551bb2f926be7c7d0378.tar.gz |
Refix spelling issues
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index f96207b..1d47e9f 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1432,7 +1432,7 @@ get_ip_address(const char *ifname) | |||
1432 | { | 1432 | { |
1433 | // TODO: Rewrite this so the function return an error and we exit somewhere else | 1433 | // TODO: Rewrite this so the function return an error and we exit somewhere else |
1434 | struct sockaddr_in ip; | 1434 | struct sockaddr_in ip; |
1435 | ip.sin_addr.s_addr = 0; // Fake inititialization to make compiler happy | 1435 | ip.sin_addr.s_addr = 0; // Fake initialization to make compiler happy |
1436 | #if defined(SIOCGIFADDR) | 1436 | #if defined(SIOCGIFADDR) |
1437 | struct ifreq ifr; | 1437 | struct ifreq ifr; |
1438 | 1438 | ||