diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-12-26 21:30:11 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-12-26 21:30:11 +0000 |
commit | 87afdee32f01d6a5a4babaf77532a90b841ed542 (patch) | |
tree | a9745cc4078c81ced322d179accb5c4677de9f8b /lib/libcrypto/des | |
parent | 44264c3a9ad22c566a7b9ca2d5cf8f8d7348979a (diff) |
Typo, "more then" -> "more than"
Diffstat (limited to 'lib/libcrypto/des')
-rw-r--r-- | lib/libcrypto/des/fcrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/des/fcrypt.c b/lib/libcrypto/des/fcrypt.c index e2675fa4511..f8c9935a468 100644 --- a/lib/libcrypto/des/fcrypt.c +++ b/lib/libcrypto/des/fcrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fcrypt.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */ +/* $OpenBSD: fcrypt.c,v 1.12 2016/12/26 21:30:10 jca Exp $ */ #include <stdio.h> @@ -10,7 +10,7 @@ /* Modification by Jens Kupferschmidt (Cu) * I have included directive PARA for shared memory computers. * I have included a directive LONGCRYPT to using this routine to cipher - * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN + * passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN * definition is the maximum of length of password and can changed. I have * defined 24. */ |