diff options
author | Gerald Carter <jerry@samba.org> | 2006-06-08 15:20:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:59 -0500 |
commit | e3a6c6be79326578a1e9c7cb8547234eab62235f (patch) | |
tree | 44f75558da5995fb939ebac55cdf6b847c82159b /source4/heimdal/lib/krb5/init_creds_pw.c | |
parent | 7613015f47f6e45ee9ac4f652f773bd2980fc788 (diff) | |
download | samba-e3a6c6be79326578a1e9c7cb8547234eab62235f.tar.gz samba-e3a6c6be79326578a1e9c7cb8547234eab62235f.tar.bz2 samba-e3a6c6be79326578a1e9c7cb8547234eab62235f.zip |
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for correct grammar
(This used to be commit 26a2fa97e4c819e630bc9b50e11c8d5328c7b8c8)
Diffstat (limited to 'source4/heimdal/lib/krb5/init_creds_pw.c')
-rw-r--r-- | source4/heimdal/lib/krb5/init_creds_pw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/lib/krb5/init_creds_pw.c b/source4/heimdal/lib/krb5/init_creds_pw.c index 70b6c3e4c3..c05386ec23 100644 --- a/source4/heimdal/lib/krb5/init_creds_pw.c +++ b/source4/heimdal/lib/krb5/init_creds_pw.c @@ -1211,7 +1211,7 @@ init_cred_loop(krb5_context context, ctx->pk_nonce = ctx->nonce; /* - * Increase counter when we want other pre-auth types then + * Increase counter when we want other pre-auth types than * KRB5_PA_ENC_TIMESTAMP. */ #define MAX_PA_COUNTER 3 @@ -1391,7 +1391,7 @@ krb5_get_init_creds(krb5_context context, case KRB5KDC_ERR_KEY_EXPIRED : /* try to avoid recursion */ - /* don't try to change password where then where none */ + /* don't try to change password where there where none */ if (prompter == NULL || ctx.password == NULL) goto out; |