summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ba5426)
raw | patch | inline | side by side (parent: 7ba5426)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Fri, 20 Feb 2004 05:25:13 +0000 (05:25 +0000) | ||
committer | Karl 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
diff --git a/contrib/check_dhcp.c b/contrib/check_dhcp.c
index 2aea579dc1ff82548c29b443bf5e56c9fb0d53d9..7aa87ace7454f9049716a7c9831341a67d3f07ed 100644 (file)
--- 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/plugins/check_snmp.c b/plugins/check_snmp.c
index 750c47ea688db20d299e2df02405c4b8193de136..b17a41775ba956580c972f0185d746e6a18cd109 100644 (file)
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
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);
diff --git a/plugins/negate.c b/plugins/negate.c
index 874aea14ff6c2958ea701b20ae7a3238cb077cef..3dd3411fceb5d0ffc7e80771ce0fccee00f7b675 100644 (file)
--- a/plugins/negate.c
+++ b/plugins/negate.c
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 */
diff --git a/plugins/netutils.c b/plugins/netutils.c
index 8c5deb0403c9b3f10d5315782a3a22eb928fe594..55f02cadd62b57a32b341c7d2b823d6ff55e7fac 100644 (file)
--- a/plugins/netutils.c
+++ b/plugins/netutils.c
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 */
/* 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 45766d0c43697aa6f5e105a4b7e0f3f559336b35..141cc84a7aa30444580682b4cf494e10fb705e4d 100644 (file)
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
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 */