summaryrefslogtreecommitdiff
path: root/usr.bin/mail
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/fio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c
index 57ee7046244..1c8e2759480 100644
--- a/usr.bin/mail/fio.c
+++ b/usr.bin/mail/fio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fio.c,v 1.27 2006/11/16 00:16:29 ray Exp $ */
+/* $OpenBSD: fio.c,v 1.28 2007/05/25 21:27:16 krw Exp $ */
/* $NetBSD: fio.c,v 1.8 1997/07/07 22:57:55 phil Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static const char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95";
#else
-static const char rcsid[] = "$OpenBSD: fio.c,v 1.27 2006/11/16 00:16:29 ray Exp $";
+static const char rcsid[] = "$OpenBSD: fio.c,v 1.28 2007/05/25 21:27:16 krw Exp $";
#endif
#endif /* not lint */
@@ -213,7 +213,7 @@ readline(FILE *ibuf, char *linebuf, int linesize, int *signo)
/*
* Setup signal handlers if the caller asked us to catch signals.
* Note that we do not restart system calls since we need the
- * read to be interuptible.
+ * read to be interruptible.
*/
if (signo) {
fiosignal = 0;