From 2cdd9c0332ec8dea64ef2429b1722945f2df5128 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 6 Feb 2001 09:32:26 +0000 Subject: Fix typo: wierd -> weird. There is no such thing as wierd in the english language. --- contrib/telnet/telnet/externs.h | 2 +- contrib/telnet/telnetd/telnetd.c | 2 +- crypto/telnet/telnet/externs.h | 2 +- crypto/telnet/telnetd/telnetd.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/telnet/telnet/externs.h b/contrib/telnet/telnet/externs.h index 46253d9a60481..d6fc5c9731515 100644 --- a/contrib/telnet/telnet/externs.h +++ b/contrib/telnet/telnet/externs.h @@ -39,7 +39,7 @@ #endif /* - * ucb stdio.h defines BSD as something wierd + * ucb stdio.h defines BSD as something weird */ #if defined(sun) && defined(__svr4__) #define BSD 43 diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c index 9cf34b05d544d..96267b43ca0d8 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]; diff --git a/crypto/telnet/telnet/externs.h b/crypto/telnet/telnet/externs.h index 46253d9a60481..d6fc5c9731515 100644 --- a/crypto/telnet/telnet/externs.h +++ b/crypto/telnet/telnet/externs.h @@ -39,7 +39,7 @@ #endif /* - * ucb stdio.h defines BSD as something wierd + * ucb stdio.h defines BSD as something weird */ #if defined(sun) && defined(__svr4__) #define BSD 43 diff --git a/crypto/telnet/telnetd/telnetd.c b/crypto/telnet/telnetd/telnetd.c index 9cf34b05d544d..96267b43ca0d8 100644 --- a/crypto/telnet/telnetd/telnetd.c +++ b/crypto/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]; -- cgit v1.3