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 --- plugins/check_snmp.c | 2 +- plugins/negate.c | 2 +- plugins/netutils.c | 4 ++-- plugins/urlize.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins') 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