Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/telnet s/infinate/infinite/
details: https://anonhg.NetBSD.org/src/rev/8ac012bf5c16
branches: trunk
changeset: 522081:8ac012bf5c16
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Feb 11 11:00:07 2002 +0000
description:
s/infinate/infinite/
diffstat:
usr.bin/telnet/sys_bsd.c | 6 +++---
usr.bin/telnet/telnet.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r ef25f314e279 -r 8ac012bf5c16 usr.bin/telnet/sys_bsd.c
--- a/usr.bin/telnet/sys_bsd.c Mon Feb 11 10:57:57 2002 +0000
+++ b/usr.bin/telnet/sys_bsd.c Mon Feb 11 11:00:07 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sys_bsd.c,v 1.17 2001/01/16 02:50:31 cgd Exp $ */
+/* $NetBSD: sys_bsd.c,v 1.18 2002/02/11 11:00:07 wiz Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -38,7 +38,7 @@
#if 0
from: static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: sys_bsd.c,v 1.17 2001/01/16 02:50:31 cgd Exp $");
+__RCSID("$NetBSD: sys_bsd.c,v 1.18 2002/02/11 11:00:07 wiz Exp $");
#endif
#endif /* not lint */
@@ -1154,7 +1154,7 @@
/*
* Bogosity. We have to do the read
* to clear the atmark to get out of
- * an infinate loop.
+ * an infinite loop.
*/
i = read(net, netiring.supply + c, canread - c);
if (i > 0)
diff -r ef25f314e279 -r 8ac012bf5c16 usr.bin/telnet/telnet.c
--- a/usr.bin/telnet/telnet.c Mon Feb 11 10:57:57 2002 +0000
+++ b/usr.bin/telnet/telnet.c Mon Feb 11 11:00:07 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: telnet.c,v 1.19 2001/09/24 13:22:36 wiz Exp $ */
+/* $NetBSD: telnet.c,v 1.20 2002/02/11 11:00:07 wiz Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)telnet.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: telnet.c,v 1.19 2001/09/24 13:22:36 wiz Exp $");
+__RCSID("$NetBSD: telnet.c,v 1.20 2002/02/11 11:00:07 wiz Exp $");
#endif
#endif /* not lint */
@@ -2019,7 +2019,7 @@
* inserted into the suboption are all possibilities.
* If we assume that the IAC was not doubled,
* and really the IAC SE was left off, we could
- * get into an infinate loop here. So, instead,
+ * get into an infinite loop here. So, instead,
* we terminate the suboption, and process the
* partial suboption if we can.
*/
Home |
Main Index |
Thread Index |
Old Index