aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-06 09:25:10 +0000
commitf09deb696204780b45df6a4946dc3c41519bc386 (patch)
tree864a4fe2787a9312322306e13929fc99a57ac429 /libexec/telnetd
parent294939dced243f05db3224ff965c31dc2caac2f2 (diff)
downloadsrc-f09deb696204780b45df6a4946dc3c41519bc386.tar.gz
src-f09deb696204780b45df6a4946dc3c41519bc386.zip
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Notes
Notes: svn path=/head/; revision=72082
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/telnetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 5695f51ca73a..bcb5babc0db3 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];