From 6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Fri, 20 Feb 2004 05:25:13 +0000 Subject: spell fix "received" git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@818 f882894a-f735-0410-b71e-b25c423dba1c --- contrib/check_dhcp.c | 2 +- contrib/check_procl.sh | 2 +- plugins/check_snmp.c | 2 +- plugins/negate.c | 2 +- plugins/netutils.c | 4 ++-- plugins/urlize.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/contrib/check_dhcp.c b/contrib/check_dhcp.c index 2aea579d..7aa87ace 100644 --- a/contrib/check_dhcp.c +++ b/contrib/check_dhcp.c @@ -470,7 +470,7 @@ int receive_dhcp_packet(void *buffer, int buffer_size, int sock, int timeout, st /* make sure some data has arrived */ if(!FD_ISSET(sock,&readfds)){ #ifdef DEBUG - printf("No (more) data recieved\n"); + printf("No (more) data received\n"); #endif return ERROR; } diff --git a/contrib/check_procl.sh b/contrib/check_procl.sh index b1793ad5..0db6240f 100644 --- a/contrib/check_procl.sh +++ b/contrib/check_procl.sh @@ -397,4 +397,4 @@ else fi # Hey what are we doing here ??? -exit 3 \ No newline at end of file +exit 3 diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 2db4ecfa..4f962a2e 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -392,7 +392,7 @@ main (int argc, char **argv) if (found == 0) terminate (STATE_UNKNOWN, - "%s problem - No data recieved from host\nCMD: %s\n", + "%s problem - No data received from host\nCMD: %s\n", label, command_line); /* WARNING if output found on stderr */ diff --git a/plugins/negate.c b/plugins/negate.c index 0b0018f2..2af63019 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -147,7 +147,7 @@ main (int argc, char **argv) if (!found) terminate (STATE_UNKNOWN,\ - "%s problem - No data recieved from host\nCMD: %s\n",\ + "%s problem - No data received from host\nCMD: %s\n",\ argv[0], command_line); /* close the pipe */ diff --git a/plugins/netutils.c b/plugins/netutils.c index e5d35281..32d10b4c 100644 --- a/plugins/netutils.c +++ b/plugins/netutils.c @@ -138,7 +138,7 @@ process_tcp_request2 (char *server_address, if (!FD_ISSET (sd, &readfds)) { /* it hasn't */ if (!recv_length) { strcpy (recv_buffer, ""); - printf ("No data was recieved from host!\n"); + printf ("No data was received from host!\n"); result = STATE_WARNING; } else { /* this one failed, but previous ones worked */ @@ -210,7 +210,7 @@ process_request (char *server_address, /* make sure some data has arrived */ if (!FD_ISSET (sd, &readfds)) { strcpy (recv_buffer, ""); - printf ("No data was recieved from host!\n"); + printf ("No data was received from host!\n"); result = STATE_WARNING; } diff --git a/plugins/urlize.c b/plugins/urlize.c index 2d33a8b6..5ef6f5dc 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -102,7 +102,7 @@ main (int argc, char **argv) } if (!found) { - printf ("%s problem - No data recieved from host\nCMD: %s\n\n", argv[0], + printf ("%s problem - No data received from host\nCMD: %s\n\n", argv[0], cmd); exit (STATE_UNKNOWN); } -- cgit v1.2.3-74-g34f1