diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /libexec/telnetd/defs.h | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'libexec/telnetd/defs.h')
-rw-r--r-- | libexec/telnetd/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/defs.h b/libexec/telnetd/defs.h index 50948a83576..db312be384a 100644 --- a/libexec/telnetd/defs.h +++ b/libexec/telnetd/defs.h @@ -137,7 +137,7 @@ typedef struct { /* * Tricky code here. What we want to know is if the MY_STATE_WILL * and MY_WANT_STATE_WILL bits have the same value. Since the two - * bits are adjacent, a little arithmatic will show that by adding + * bits are adjacent, a little arithmetic will show that by adding * in the lower bit, the upper bit will be set if the two bits were * different, and clear if they were the same. */ |