diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 17:25:50 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 17:25:50 +0000 |
commit | 9d3439a33e74e7f923bff60df0fd0e65b9f15741 (patch) | |
tree | cf8a138cb116baa8ea9027d7526836eb16df759e /kerberosIV | |
parent | 5e5c20b4986d64cf4b989750655ce99a581ee745 (diff) |
revert, 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 1bda0caf3ef..77bbf8cc560 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 separated list of names in the buffer into an array + * the pipe seperated 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 9c638a2602d..9399cd4cf67 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 separate receive and transmit speeds, the transmit + * store seperate receive and transmit speeds, the transmit * speed will take precedence. */ tty_rspeed(parm2); |