krb5: fix spelling error in debug log

This commit is contained in:
Luke Howard
2019-05-01 16:19:30 +10:00
committed by Jeffrey Altman
parent e60955e835
commit 1bc2eb33f9

View File

@@ -1188,7 +1188,7 @@ krb5_sendto_context(krb5_context context,
action = KRB5_SENDTO_CONTINUE;
if (ret == 0) {
_krb5_debug(context, 5, "submissing new requests to new host");
_krb5_debug(context, 5, "submitting new requests to new host");
if (submit_request(context, ctx, hi) != 0)
action = KRB5_SENDTO_TIMEOUT;
} else {