From 5ca0ee4656451c3427dc4940722fcf1a13d06b0c Mon Sep 17 00:00:00 2001 From: pvalchev <> Date: Mon, 29 Apr 2002 06:26:50 +0000 Subject: [PATCH] wierd -> weird --- src/lib/libc/crypt/crypt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c index 6a0b6243..17b50b7f 100644 --- a/src/lib/libc/crypt/crypt.c +++ b/src/lib/libc/crypt/crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypt.c,v 1.15 2002/02/16 21:27:21 millert Exp $ */ +/* $OpenBSD: crypt.c,v 1.16 2002/04/29 06:26:50 pvalchev Exp $ */ /* * FreeSec: libcrypt @@ -52,7 +52,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: crypt.c,v 1.15 2002/02/16 21:27:21 millert Exp $"; +static char rcsid[] = "$OpenBSD: crypt.c,v 1.16 2002/04/29 06:26:50 pvalchev Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -655,7 +655,7 @@ crypt(key, setting) /* * Double check that we weren't given a short setting. * If we were, the above code will probably have created - * wierd values for count and salt, but we don't really care. + * weird values for count and salt, but we don't really care. * Just make sure the output string doesn't have an extra * NUL in it. */