diff -Nurpa setpe.old/Makefile setpe/Makefile --- setpe.old/Makefile 2005-02-08 01:11:27.000000000 +0100 +++ setpe/Makefile 2005-02-08 01:11:27.000000000 +0100 @@ -44,6 +44,6 @@ setpe-debug: setpe.c checkip.c ip_setpe. checkip: checkip.c $(CC) $(CFLAGS) $^ -o $@ -DDEBUG_CHECKIP -.PHONY: setpe check setpde-debug +.PHONY: setpe checkip setpe-debug #EOF diff -Nurpa setpe.old/checkip.c setpe/checkip.c --- setpe.old/checkip.c 2005-02-07 00:12:33.000000000 +0100 +++ setpe/checkip.c 2005-02-07 00:12:33.000000000 +0100 @@ -181,7 +181,7 @@ void clean_ifs( if_s * ptr ) ** about all the network interfaces (loopback excluded). The structure ** is empty (but not NULL) if no network interface has been found (the ** network is down). -** The structure is dinamically allacted and must be freed with +** The structure is dinamically allocated and must be freed with ** clean_ifs(). */ if_s * get_myips( void )