From bd4658fe52b26cef0e96ff666b5327a44e3b174a Mon Sep 17 00:00:00 2001 From: asmodai Date: Tue, 6 Feb 2001 09:32:26 +0000 Subject: [PATCH] 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 46253d9a6048..d6fc5c973151 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 9cf34b05d544..96267b43ca0d 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 46253d9a6048..d6fc5c973151 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 9cf34b05d544..96267b43ca0d 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];