From 9a3b4fcf6c5be7a1a7ee4515c53772d5bc4152ca Mon Sep 17 00:00:00 2001 From: jca <> Date: Mon, 26 Dec 2016 21:30:10 +0000 Subject: Typo, "more then" -> "more than" --- src/lib/libcrypto/des/fcrypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/des/fcrypt.c b/src/lib/libcrypto/des/fcrypt.c index e2675fa451..f8c9935a46 100644 --- a/src/lib/libcrypto/des/fcrypt.c +++ b/src/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 @@ -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. */ -- cgit v1.2.3-55-g6feb