summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-04-29 06:26:52 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-04-29 06:26:52 +0000
commitda77c148b0dd055565dc6554c1d7648cda17c1cc (patch)
tree8130c5513bb378801d4b6dbfb4410fc920366b9b /lib
parentd8d52faa514ab5d1e27dba43d05d29b2f6242f8e (diff)
wierd -> weird
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/crypt/crypt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/crypt.c b/lib/libc/crypt/crypt.c
index 6a0b6243fe6..17b50b7f522 100644
--- a/lib/libc/crypt/crypt.c
+++ b/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 <sys/types.h>
@@ -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.
*/