summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-09 05:04:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-09 05:04:00 +0000
commita470fb7990960e28ce5f794a741de1f4834efe73 (patch)
tree52c1a393b8e9ad135913d8dd488101aa38ff5353 /bin
parentd31163030b389af2405622962aacfba806b58882 (diff)
spelling; moritz@jodeit.org
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/csh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index 4e5e8c5b86f..1f3f230f8e1 100644
--- a/bin/csh/csh.c
+++ b/bin/csh/csh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: csh.c,v 1.16 2002/02/19 19:39:35 millert Exp $ */
+/* $OpenBSD: csh.c,v 1.17 2002/06/09 05:03:59 deraadt Exp $ */
/* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */
/*-
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
#else
-static char rcsid[] = "$OpenBSD: csh.c,v 1.16 2002/02/19 19:39:35 millert Exp $";
+static char rcsid[] = "$OpenBSD: csh.c,v 1.17 2002/06/09 05:03:59 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1300,7 +1300,7 @@ vis_fputc(ch, fp)
/*
* Move the initial descriptors to their eventual
- * resting places, closin all other units.
+ * resting places, closing all other units.
*/
void
initdesc()