diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /kerberosIV | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/src/appl/telnet/telnet/telnet.c | 2 | ||||
-rw-r--r-- | kerberosIV/src/appl/telnet/telnetd/termstat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/src/appl/telnet/telnet/telnet.c b/kerberosIV/src/appl/telnet/telnet/telnet.c index 77bbf8cc560..1bda0caf3ef 100644 --- a/kerberosIV/src/appl/telnet/telnet/telnet.c +++ b/kerberosIV/src/appl/telnet/telnet/telnet.c @@ -500,7 +500,7 @@ dontoption(int 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/kerberosIV/src/appl/telnet/telnetd/termstat.c b/kerberosIV/src/appl/telnet/telnetd/termstat.c index 9399cd4cf67..9c638a2602d 100644 --- a/kerberosIV/src/appl/telnet/telnetd/termstat.c +++ b/kerberosIV/src/appl/telnet/telnetd/termstat.c @@ -119,7 +119,7 @@ clientstat(int code, int parm1, int 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); |