summaryrefslogtreecommitdiffstats
path: root/contrib/check_dhcp.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 +0000
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2004-02-20 05:25:13 +0000
commit6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (patch)
tree72acf7a209ce13a01cf2ee0a542cffbfc613a49d /contrib/check_dhcp.c
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/check_dhcp.c')
-rw-r--r--contrib/check_dhcp.c2
1 files changed, 1 insertions, 1 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
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 }