diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-28 09:45:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-28 09:45:10 +0000 |
commit | c988472a1e9046b3f0af426331277385bb3f2257 (patch) | |
tree | c8acf1eb5f19dc63c05cb64c3391366862e87e68 /bin/ksh/main.c | |
parent | db51615edc986ca35ed9538dd9affedf3da17a9e (diff) |
typos; from Brian Poole
Diffstat (limited to 'bin/ksh/main.c')
-rw-r--r-- | bin/ksh/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/main.c b/bin/ksh/main.c index 539847d556c..a4afdcabf22 100644 --- a/bin/ksh/main.c +++ b/bin/ksh/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.21 2002/06/09 05:47:27 todd Exp $ */ +/* $OpenBSD: main.c,v 1.22 2003/02/28 09:45:09 jmc Exp $ */ /* * startup, main loop, environments and error handling @@ -759,7 +759,7 @@ cleanup_parents_env() /* Don't clean up temporary files - parent will probably need them. * Also, can't easily reclaim memory since variables, etc. could be - * anywyere. + * anywhere. */ /* close all file descriptors hiding in savefd */ |