mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Refix spelling issues
This commit is contained in:
parent
d271819149
commit
cb55797937
2 changed files with 2 additions and 2 deletions
|
|
@ -1432,7 +1432,7 @@ get_ip_address(const char *ifname)
|
|||
{
|
||||
// TODO: Rewrite this so the function return an error and we exit somewhere else
|
||||
struct sockaddr_in ip;
|
||||
ip.sin_addr.s_addr = 0; // Fake inititialization to make compiler happy
|
||||
ip.sin_addr.s_addr = 0; // Fake initialization to make compiler happy
|
||||
#if defined(SIOCGIFADDR)
|
||||
struct ifreq ifr;
|
||||
|
||||
|
|
|
|||
|
|
@ -585,7 +585,7 @@ int main(int argc, char *argv[]){
|
|||
/* set socket timeout */
|
||||
alarm (socket_timeout);
|
||||
|
||||
/* This returns either OK or WARNING (See comment preceeding ntp_request) */
|
||||
/* This returns either OK or WARNING (See comment preceding ntp_request) */
|
||||
result = ntp_request(&offset, &offset_result, &jitter, &stratum, &num_truechimers);
|
||||
|
||||
if(offset_result == STATE_UNKNOWN) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue