diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 10:39:38 +0000 |
commit | 47a2266000dcef92e2019fc82b50ce7ce7753ec3 (patch) | |
tree | c951bed0034c4c08e2321e4d9d5bdc4ed441be11 /libexec | |
parent | 5a1663094b19de58fc8a32485a629c3382407a8c (diff) | |
download | FreeBSD-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 'libexec')
-rw-r--r-- | libexec/telnetd/termstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index ee90344..c3a9609 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -557,7 +557,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); |