diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-04-29 06:26:52 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-04-29 06:26:52 +0000 |
commit | da77c148b0dd055565dc6554c1d7648cda17c1cc (patch) | |
tree | 8130c5513bb378801d4b6dbfb4410fc920366b9b /libexec/telnetd | |
parent | d8d52faa514ab5d1e27dba43d05d29b2f6242f8e (diff) |
wierd -> weird
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index a70da5f14c2..71e78ca16bd 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -93,7 +93,7 @@ int registerd_host_only = 0; /* * Because of the way ptyibuf is used with streams messages, we need - * ptyibuf+1 to be on a full-word boundary. The following wierdness + * ptyibuf+1 to be on a full-word boundary. The following weirdness * is simply to make that happen. */ long ptyibufbuf[BUFSIZ/sizeof(long)+1]; |