Commit 9d5016dcb93ff53e5f7c96a8dad4cf0f11c2fca4

Patrick Steinhardt 2020-03-26T08:31:42

Merge pull request #5463 from utkarsh2102/spell-fix Fix spelling error

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/transports/httpclient.c b/src/transports/httpclient.c
index 3008aaa..bde67ca 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;
 	}