summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-04-17 22:42:20 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-04-17 22:42:20 (GMT)
commitcb5579793731e3320330551bb2f926be7c7d0378 (patch)
treef62e00e21ef454d135930789ad7cac50ba3792b9 /plugins-root
parentd27181914930470c0f8e33475e95dc6984828d8c (diff)
downloadmonitoring-plugins-cb5579793731e3320330551bb2f926be7c7d0378.tar.gz
Refix spelling issues
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_icmp.c2
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