summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 (GMT)
commit6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (patch)
tree72acf7a209ce13a01cf2ee0a542cffbfc613a49d /contrib
parent81b268b078f31329610ec1b9b8fff15d92574a48 (diff)
downloadmonitoring-plugins-6df5e5c4cd1457b688cc881ed91230b7c59e0eb0.tar.gz
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/check_dhcp.c2
-rw-r--r--contrib/check_procl.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_dhcp.c b/contrib/check_dhcp.c
index 2aea579..7aa87ac 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
470 /* make sure some data has arrived */ 470 /* make sure some data has arrived */
471 if(!FD_ISSET(sock,&readfds)){ 471 if(!FD_ISSET(sock,&readfds)){
472#ifdef DEBUG 472#ifdef DEBUG
473 printf("No (more) data recieved\n"); 473 printf("No (more) data received\n");
474#endif 474#endif
475 return ERROR; 475 return ERROR;
476 } 476 }
diff --git a/contrib/check_procl.sh b/contrib/check_procl.sh
index b1793ad..0db6240 100644
--- a/contrib/check_procl.sh
+++ b/contrib/check_procl.sh
@@ -397,4 +397,4 @@ else
397fi 397fi
398 398
399# Hey what are we doing here ??? 399# Hey what are we doing here ???
400exit 3 \ No newline at end of file 400exit 3