diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-17 02:37:22 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-17 02:37:22 +0000 |
commit | ca2c8671c67b6ee084942c993cc47cfaa57a0a00 (patch) | |
tree | d82a665595416fd1c0e2814ffb20842c836405cb /usr.bin | |
parent | 9334d01fc01011c79af43e7b466de9c83bae3540 (diff) |
alyte spelling-in-comment fixes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index dfb4866ad40..f28fadf56cf 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -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 @@ main(int argc, char **argv) * * 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; |