Code

spell fix "received"
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Fri, 20 Feb 2004 05:25:13 +0000 (05:25 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Fri, 20 Feb 2004 05:25:13 +0000 (05:25 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@818 f882894a-f735-0410-b71e-b25c423dba1c

contrib/check_dhcp.c
plugins/check_snmp.c
plugins/negate.c
plugins/netutils.c
plugins/urlize.c

index 2aea579dc1ff82548c29b443bf5e56c9fb0d53d9..7aa87ace7454f9049716a7c9831341a67d3f07ed 100644 (file)
@@ -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;
                 }
index 750c47ea688db20d299e2df02405c4b8193de136..b17a41775ba956580c972f0185d746e6a18cd109 100644 (file)
@@ -319,7 +319,7 @@ main (int argc, char **argv)
 
        if (found == 0)
                die (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);
 
index 874aea14ff6c2958ea701b20ae7a3238cb077cef..3dd3411fceb5d0ffc7e80771ce0fccee00f7b675 100644 (file)
@@ -105,7 +105,7 @@ main (int argc, char **argv)
 
        if (!found)
                die (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 */
index 8c5deb0403c9b3f10d5315782a3a22eb928fe594..55f02cadd62b57a32b341c7d2b823d6ff55e7fac 100644 (file)
@@ -121,7 +121,7 @@ process_tcp_request2 (const char *server_address, int server_port,
                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 */
@@ -197,7 +197,7 @@ process_request (const char *server_address, int server_port, int proto,
        /* 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;
        }
 
index 45766d0c43697aa6f5e105a4b7e0f3f559336b35..141cc84a7aa30444580682b4cf494e10fb705e4d 100644 (file)
@@ -102,7 +102,7 @@ main (int argc, char **argv)
 
        if (!found)
                die (STATE_UNKNOWN,
-                    _("%s problem - No data recieved from host\nCMD: %s</A>\n"),
+                    _("%s problem - No data received from host\nCMD: %s</A>\n"),
                     argv[0], cmd);
 
        /* close the pipe */