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)
commitc5f0ee256bc9508e19b86003c5327ffafd2de28e (patch)
tree83091841ff915e980e80575cc229ad8774b20e11 /contrib
parent7ba54264fb8b614f0ea0bc9eab5c974e2dca7cd8 (diff)
downloadmonitoring-plugins-c5f0ee256bc9508e19b86003c5327ffafd2de28e.tar.gz
spell fix "received"
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@818 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib')
-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 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 }