summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-03-26 08:31:42 +0100
committerGitHub <noreply@github.com>2020-03-26 08:31:42 +0100
commit9d5016dcb93ff53e5f7c96a8dad4cf0f11c2fca4 (patch)
tree00fc160d3256528b8b250fd73ce2f8a95064140f
parentdd43571136bf9f5d7e6fba8a5bb89c9003220a55 (diff)
parente7a1fd887bd8f5ee1a8f1055d93e6fe8bc0c5117 (diff)
downloadlibgit2-9d5016dcb93ff53e5f7c96a8dad4cf0f11c2fca4.tar.gz
Merge pull request #5463 from utkarsh2102/spell-fix
Fix spelling error
-rw-r--r--src/transports/httpclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/httpclient.c b/src/transports/httpclient.c
index 3008aaaad..bde67ca9f 100644
--- a/src/transports/httpclient.c
+++ b/src/transports/httpclient.c
@@ -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;
}