Unverified Commit 9d5016dc by Patrick Steinhardt Committed by GitHub

Merge pull request #5463 from utkarsh2102/spell-fix

Fix spelling error
parents dd435711 e7a1fd88
......@@ -596,7 +596,7 @@ static int apply_credentials(
if (auth->connection_affinity)
free_auth_context(server);
} else if (!token.size) {
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challange");
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge");
error = -1;
goto done;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment