summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/telnetd/telnetd.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-06 09:32:26 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-06 09:32:26 +0000
commit43450ced687857ec4a35796cfed2820c891c103d (patch)
tree8bfcfc9d770c038b6f85889724f78049efbed83e /contrib/telnet/telnetd/telnetd.c
parente69fe706f10796309aef77a1726d7bbd9ef3fa41 (diff)
downloadFreeBSD-src-43450ced687857ec4a35796cfed2820c891c103d.zip
FreeBSD-src-43450ced687857ec4a35796cfed2820c891c103d.tar.gz
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Diffstat (limited to 'contrib/telnet/telnetd/telnetd.c')
-rw-r--r--contrib/telnet/telnetd/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c
index 9cf34b0..96267b4 100644
--- a/contrib/telnet/telnetd/telnetd.c
+++ b/contrib/telnet/telnetd/telnetd.c
@@ -112,7 +112,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];
OpenPOWER on IntegriCloud