summaryrefslogtreecommitdiff
path: root/bin/ksh/main.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-28 09:45:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-28 09:45:10 +0000
commitc988472a1e9046b3f0af426331277385bb3f2257 (patch)
treec8acf1eb5f19dc63c05cb64c3391366862e87e68 /bin/ksh/main.c
parentdb51615edc986ca35ed9538dd9affedf3da17a9e (diff)
typos; from Brian Poole
Diffstat (limited to 'bin/ksh/main.c')
-rw-r--r--bin/ksh/main.c4
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 */