diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-20 05:25:13 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2004-02-20 05:25:13 +0000 |
| commit | 6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 (patch) | |
| tree | 72acf7a209ce13a01cf2ee0a542cffbfc613a49d /contrib | |
| parent | 81b268b078f31329610ec1b9b8fff15d92574a48 (diff) | |
| download | monitoring-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.c | 2 | ||||
| -rw-r--r-- | contrib/check_procl.sh | 2 |
2 files changed, 2 insertions, 2 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 | } |
diff --git a/contrib/check_procl.sh b/contrib/check_procl.sh index b1793ad5..0db6240f 100644 --- a/contrib/check_procl.sh +++ b/contrib/check_procl.sh | |||
| @@ -397,4 +397,4 @@ else | |||
| 397 | fi | 397 | fi |
| 398 | 398 | ||
| 399 | # Hey what are we doing here ??? | 399 | # Hey what are we doing here ??? |
| 400 | exit 3 \ No newline at end of file | 400 | exit 3 |
