diff options
Diffstat (limited to 'contrib/check_dhcp.c')
-rw-r--r-- | contrib/check_dhcp.c | 2 |
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 | } |