=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/main.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/make/main.c 2004/04/21 13:17:49 1.65 +++ src/usr.bin/make/main.c 2005/02/17 02:37:21 1.66 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.65 2004/04/21 13:17:49 jmc Exp $ */ +/* $OpenBSD: main.c,v 1.66 2005/02/17 02:37:21 jolan Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -525,7 +525,7 @@ * * Once things are initted, * have to add the original directory to the search path, - * and modify the paths for the Makefiles apropriately. The + * and modify the paths for the Makefiles appropriately. The * current directory is also placed as a variable for make scripts. */ mdpath = NULL;