Fix typo: wierd -> weird.

There is no such thing as wierd in the english language.


git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@72083 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
asmodai 2001-02-06 09:32:26 +00:00
parent aea25d194d
commit 80f3e3bc78
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#endif #endif
/* /*
* ucb stdio.h defines BSD as something wierd * ucb stdio.h defines BSD as something weird
*/ */
#if defined(sun) && defined(__svr4__) #if defined(sun) && defined(__svr4__)
#define BSD 43 #define BSD 43

View File

@ -112,7 +112,7 @@ int registerd_host_only = 0;
/* /*
* Because of the way ptyibuf is used with streams messages, we need * 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. * is simply to make that happen.
*/ */
long ptyibufbuf[BUFSIZ/sizeof(long)+1]; long ptyibufbuf[BUFSIZ/sizeof(long)+1];