diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-18 10:25:42 +0000 |
| commit | 7c637968288584dda60170d7c2977973e20ae503 (patch) | |
| tree | 45a0664498937bc4a5b09cb87bed5f1579c53b17 /libexec/telnetd | |
| parent | d2a2c8cac97a0b151c46f3a6635c7ece5414abf8 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 79af9333cbec2..85eb288813718 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -1167,7 +1167,7 @@ suboption() if (SB_EOF()) break; /* another garbage check */ - if (request == LM_SLC) { /* SLC is not preceeded by WILL or WONT */ + if (request == LM_SLC) { /* SLC is not preceded by WILL or WONT */ /* * Process suboption buffer of slc's */ |
