Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nalind authored and greghudson committed Oct 12, 2012
1 parent 40e035e commit f1daa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/krb5/krb/get_in_tkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ krb5_init_creds_init(krb5_context context,
/* Initialise request parameters as per krb5_get_init_creds() */
ctx->request->kdc_options = context->kdc_default_options;

/* forwaradble */
/* forwardable */
if (opte->flags & KRB5_GET_INIT_CREDS_OPT_FORWARDABLE)
tmp = opte->forwardable;
else if (krb5int_libdefault_boolean(context, &ctx->request->client->realm,
Expand Down Expand Up @@ -927,7 +927,7 @@ krb5_init_creds_init(krb5_context context,
if (ctx->request->nktypes > 0)
ctx->etype = ctx->request->ktype[0];

/* addresess */
/* addresses */
if (opte->flags & KRB5_GET_INIT_CREDS_OPT_ADDRESS_LIST) {
code = krb5_copy_addresses(context, opte->address_list,
&ctx->request->addresses);
Expand Down

0 comments on commit f1daa46

Please sign in to comment.