From 8a4563302c84b1af0b50add55d2c363d355011f9 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 22 Nov 2001 08:27:55 +0000 Subject: [PATCH] some spelling from Thomas Klausner git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10793 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/dceutils/README.original | 4 ++-- lib/des/fcrypt.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appl/dceutils/README.original b/appl/dceutils/README.original index 7283c38a1..088702307 100644 --- a/appl/dceutils/README.original +++ b/appl/dceutils/README.original @@ -108,7 +108,7 @@ forwarded, to convert it to a DCE context. If there is no TGT, an attempt will be made to join an existing PAG for the local userid, and Kerberos principal. If there are existing PAGs, and a forwarded TGT, k5dcecon will check the lifetime of the forwarded TGT, and if it is -less then the lifetime of the PAG, it will just join the PAG. If it +less than the lifetime of the PAG, it will just join the PAG. If it is greater, it will refresh the PAG using the forwarded TGT. This approach has the advantage of not requiring many new tickets from having to be obtained, and allows one to refresh a DCE context, or use @@ -242,7 +242,7 @@ You should build the testpag routine and make sure it works before adding all the other mods. If it fails you can still use the klogind and telnetd with the k5prelogin and k5dcelogin code. -If you intend to install with a prefix other then /krb5, change: +If you intend to install with a prefix other than /krb5, change: DPAGAIX and K5DCECON in k5dfspag.c; the three references in k5prelogin.c; and the DESTDIR in the Makefile. diff --git a/lib/des/fcrypt.c b/lib/des/fcrypt.c index d7101e1e7..c88d137f9 100644 --- a/lib/des/fcrypt.c +++ b/lib/des/fcrypt.c @@ -68,7 +68,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 lenght of password and can changed. I have * defined 24. */