Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/telnet charaters -> characters



details:   https://anonhg.NetBSD.org/src/rev/7bc9e92ff5f8
branches:  trunk
changeset: 579956:7bc9e92ff5f8
user:      atatat <atatat%NetBSD.org@localhost>
date:      Sun Apr 03 02:43:57 2005 +0000

description:
charaters -> characters

diffstat:

 usr.bin/telnet/commands.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2d4f8d19bf07 -r 7bc9e92ff5f8 usr.bin/telnet/commands.c
--- a/usr.bin/telnet/commands.c Sat Apr 02 16:12:52 2005 +0000
+++ b/usr.bin/telnet/commands.c Sun Apr 03 02:43:57 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: commands.c,v 1.60 2004/11/16 05:59:32 itojun Exp $     */
+/*     $NetBSD: commands.c,v 1.61 2005/04/03 02:43:57 atatat Exp $     */
 
 /*
  * Copyright (C) 1997 and 1998 WIDE Project.
@@ -63,7 +63,7 @@
 #if 0
 static char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: commands.c,v 1.60 2004/11/16 05:59:32 itojun Exp $");
+__RCSID("$NetBSD: commands.c,v 1.61 2005/04/03 02:43:57 atatat Exp $");
 #endif
 #endif /* not lint */
 
@@ -2414,7 +2414,7 @@
        sethelp[] =     "set operating parameters ('set ?' for more)",
        unsethelp[] =   "unset operating parameters ('unset ?' for more)",
        togglestring[] ="toggle operating parameters ('toggle ?' for more)",
-       slchelp[] =     "change state of special charaters ('slc ?' for more)",
+       slchelp[] =     "change state of special characters ('slc ?' for more)",
        displayhelp[] = "display operating parameters",
 #ifdef TN3270
        transcomhelp[] = "specify Unix command for transparent mode pipe",



Home | Main Index | Thread Index | Old Index