summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:40 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 11:21:40 +0000
commit3ade7f7578b70f38723a624d12f4d0866ecc461f (patch)
treef7eefc8137afe610252581a187a600dbf7e85fe8
parent47a2266000dcef92e2019fc82b50ce7ce7753ec3 (diff)
downloadFreeBSD-src-3ade7f7578b70f38723a624d12f4d0866ecc461f.zip
FreeBSD-src-3ade7f7578b70f38723a624d12f4d0866ecc461f.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Also add $FreeBSD$ to README.
-rw-r--r--usr.bin/telnet/README7
-rw-r--r--usr.bin/telnet/telnet.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/telnet/README b/usr.bin/telnet/README
index 37b588f..b23396e 100644
--- a/usr.bin/telnet/README
+++ b/usr.bin/telnet/README
@@ -1,3 +1,4 @@
+# $FreeBSD$
This is a distribution of both client and server telnet. These programs
have been compiled on:
@@ -430,7 +431,7 @@ September 14, 1990:
one of them is undefined, and the other one is not already
defined to the telnet escape character.
- Handle TERMIOS systems that have seperate input and output
+ Handle TERMIOS systems that have separate input and output
line speed settings imbedded in the flags.
Many other minor bug fixes.
@@ -440,7 +441,7 @@ June 20, 1990:
directory is now gone, and all the source that was in
telnet/Source is now just in the telnet directory.
- Seperate makefile for each system are now gone. There
+ Separate makefile for each system are now gone. There
are two makefiles, Makefile and Makefile.generic.
The "Makefile" has the definitions for the various
system, and "Makefile.generic" does all the work.
@@ -496,7 +497,7 @@ June 20, 1990:
option turned back off!
Fix the TERMIOS setting of the terminal speed to handle both
- BSD's seperate fields, and the SYSV method of CBAUD bits.
+ BSD's separate fields, and the SYSV method of CBAUD bits.
Change how we deal with the other side refusing to enable
an option. The sequence used to be: send DO option; receive
diff --git a/usr.bin/telnet/telnet.c b/usr.bin/telnet/telnet.c
index 0cd53d7..2481387 100644
--- a/usr.bin/telnet/telnet.c
+++ b/usr.bin/telnet/telnet.c
@@ -602,7 +602,7 @@ dontoption(option)
/*
* Given a buffer returned by tgetent(), this routine will turn
- * the pipe seperated list of names in the buffer into an array
+ * the pipe separated list of names in the buffer into an array
* of pointers to null terminated names. We toss out any bad,
* duplicate, or verbose names (names with spaces).
*/
OpenPOWER on IntegriCloud