diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /lib/libdes/fcrypt.c | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'lib/libdes/fcrypt.c')
-rw-r--r-- | lib/libdes/fcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/fcrypt.c b/lib/libdes/fcrypt.c index bdf7c3dbf26..01d81a317f5 100644 --- a/lib/libdes/fcrypt.c +++ b/lib/libdes/fcrypt.c @@ -69,7 +69,7 @@ * I have included directive _DES_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 - * definition is the maximum of lenght of password and can changed. I have + * definition is the maximum of length of password and can changed. I have * defined 24. */ |