summaryrefslogtreecommitdiffstats
path: root/crypto/telnet
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 10:39:38 +0000
commit47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch)
treec951bed0034c4c08e2321e4d9d5bdc4ed441be11 /crypto/telnet
parent5a1663094b19de58fc8a32485a629c3382407a8c (diff)
downloadFreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.zip
FreeBSD-src-47a2266000dcef92e2019fc82b50ce7ce7753ec3.tar.gz
Fix typo: seperate -> separate.
Seperate does not exist in the english language. Submitted to look at by: kris
Diffstat (limited to 'crypto/telnet')
-rw-r--r--crypto/telnet/telnet/telnet.c2
-rw-r--r--crypto/telnet/telnetd/termstat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/telnet/telnet/telnet.c b/crypto/telnet/telnet/telnet.c
index 36d1d21..45df4ed 100644
--- a/crypto/telnet/telnet/telnet.c
+++ b/crypto/telnet/telnet/telnet.c
@@ -626,7 +626,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).
*/
diff --git a/crypto/telnet/telnetd/termstat.c b/crypto/telnet/telnetd/termstat.c
index 46b20ff..e94720c 100644
--- a/crypto/telnet/telnetd/termstat.c
+++ b/crypto/telnet/telnetd/termstat.c
@@ -580,7 +580,7 @@ clientstat(code, parm1, parm2)
/*
* Change terminal speed as requested by client.
* We set the receive speed first, so that if we can't
- * store seperate receive and transmit speeds, the transmit
+ * store separate receive and transmit speeds, the transmit
* speed will take precedence.
*/
tty_rspeed(parm2);
OpenPOWER on IntegriCloud