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 | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'lib/libdes')
-rw-r--r-- | lib/libdes/VERSION | 2 | ||||
-rw-r--r-- | lib/libdes/fcrypt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdes/VERSION b/lib/libdes/VERSION index f95aded2bf1..a1972a0f18e 100644 --- a/lib/libdes/VERSION +++ b/lib/libdes/VERSION @@ -38,7 +38,7 @@ Version 3.26 Thanks to Jens Kupferschmidt <bt1cu@hpboot.rz.uni-leipzig.de>. */ SIGWINCH case put in des_read_passwd() so the function does not - 'exit' if this function is recieved. + 'exit' if this function is received. Version 3.25 17/07/96 Modified read_pwd.c so that stdin can be read if not a tty. 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. */ |