From 6df5e5c4cd1457b688cc881ed91230b7c59e0eb0 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Fri, 20 Feb 2004 05:25:13 +0000 Subject: 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 --- contrib/check_dhcp.c | 2 +- contrib/check_procl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') 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 /* make sure some data has arrived */ if(!FD_ISSET(sock,&readfds)){ #ifdef DEBUG - printf("No (more) data recieved\n"); + printf("No (more) data received\n"); #endif return ERROR; } 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 fi # Hey what are we doing here ??? -exit 3 \ No newline at end of file +exit 3 -- cgit v1.2.3-74-g34f1