From 43450ced687857ec4a35796cfed2820c891c103d Mon Sep 17 00:00:00 2001 From: asmodai 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. --- crypto/telnet/telnet/externs.h | 2 +- crypto/telnet/telnetd/telnetd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/telnet') diff --git a/crypto/telnet/telnet/externs.h b/crypto/telnet/telnet/externs.h index 46253d9..d6fc5c9 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 9cf34b0..96267b4 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.1