From e334f05ab55bf7d548be373af1abb0d29d50fa92 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 27 Oct 2010 21:13:31 -0700 Subject: [PATCH] spelling --- kcm/protocol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kcm/protocol.c b/kcm/protocol.c index a019edd06..a74767906 100644 --- a/kcm/protocol.c +++ b/kcm/protocol.c @@ -1506,14 +1506,14 @@ kcm_op_do_ntlm(krb5_context context, } ret = heim_ntlm_calculate_ntlm2_sess(nonce, - type2.challange, + type2.challenge, c->nthash.data, &type3.lm, &type3.ntlm); } else { ret = heim_ntlm_calculate_ntlm1(c->nthash.data, c->nthash.length, - type2.challange, + type2.challenge, &type3.ntlm); } @@ -1568,7 +1568,7 @@ kcm_op_do_ntlm(krb5_context context, ctx->client->key.length, type3.username, name->domain, - type2.challange, + type2.challenge, &type2.targetinfo, ntlmv2, &type3.ntlm);