diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
commit | e69fe706f10796309aef77a1726d7bbd9ef3fa41 (patch) | |
tree | b971a50b8647d28d9cb5c9c1a93781c889624f52 /libexec | |
parent | 010d68ca1c6a6f04e09a047a3682ff8fa338c986 (diff) | |
download | FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.zip FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.tar.gz |
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Diffstat (limited to 'libexec')
-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 5695f51..bcb5bab 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -110,7 +110,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]; |