diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-18 13:14:44 +0000 |
commit | f9fba03375e83e76e82171ab2e03938143a25be4 (patch) | |
tree | 8d0255479a5c754458e860e41ef9da5288e3e9df /usr.bin/make | |
parent | b1763e97cd11a5c2649cdb99541c7f53630f3b28 (diff) |
intial -> initial;
the great intial witch hunt, as prompted by tdeval@
os-aix-dso.c: ok henning@
ab.C: ok drahn@
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/job.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index f4cfe483d05..29a9fe37b7d 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: job.c,v 1.52 2002/07/31 19:29:20 mickey Exp $ */ +/* $OpenBSD: job.c,v 1.53 2003/02/18 13:14:43 jmc Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -62,7 +62,7 @@ * a time given by the SEL_* constants, below, * or until output is ready. * - * Job_Init Called to intialize this module. in addition, + * Job_Init Called to initialize this module. in addition, * any commands attached to the .BEGIN target * are executed before this function returns. * Hence, the makefile must have been parsed |