summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 22:36:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 22:36:14 +0000
commitebba6da9fcea4fb0eb5e541b68695bbbda9e62d0 (patch)
tree044768ce10999ffa86414990d44a8c831eb74140 /bin/ksh
parent96e263cfced04c4ec20b735a1e8047dbd1fc025e (diff)
spelling
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/c_sh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/c_sh.c b/bin/ksh/c_sh.c
index 0981ad90685..98242e7c486 100644
--- a/bin/ksh/c_sh.c
+++ b/bin/ksh/c_sh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_sh.c,v 1.14 2002/06/09 05:47:27 todd Exp $ */
+/* $OpenBSD: c_sh.c,v 1.15 2003/01/04 22:36:07 deraadt Exp $ */
/*
* built-in Bourne commands
@@ -306,7 +306,7 @@ c_read(wp)
* the detection of eof.
*
* This is not compatiable with at&t ksh... the fd is kept so another
- * coproc can be started with same ouput, however, this means eof
+ * coproc can be started with same output, however, this means eof
* can't be detected... This is why it is closed here.
* If this call is removed, remove the eof check below, too.
* coproc_readw_close(fd);