diff --git a/lib/http.c b/lib/http.c index 5bd2bd4166..9e15afe46a 100644 --- a/lib/http.c +++ b/lib/http.c @@ -458,7 +458,7 @@ static CURLcode http_perhapsrewind(struct Curl_easy *data, #if defined(USE_NTLM) if((data->state.authproxy.picked == CURLAUTH_NTLM) || (data->state.authhost.picked == CURLAUTH_NTLM)) { - ongoing_auth = "NTML"; + ongoing_auth = "NTLM"; if((conn->http_ntlm_state != NTLMSTATE_NONE) || (conn->proxy_ntlm_state != NTLMSTATE_NONE)) { /* The NTLM-negotiation has started, keep on sending.