We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd43571 + e7a1fd8 commit 9d5016dCopy full SHA for 9d5016d
src/transports/httpclient.c
@@ -596,7 +596,7 @@ static int apply_credentials(
596
if (auth->connection_affinity)
597
free_auth_context(server);
598
} else if (!token.size) {
599
- git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challange");
+ git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge");
600
error = -1;
601
goto done;
602
}
0 commit comments