diff options
| -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 ee9034413223..c3a96094ce68 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); |
