Skip to content

Commit 9d5016d

Browse files
authored
Merge pull request libgit2#5463 from utkarsh2102/spell-fix
Fix spelling error
2 parents dd43571 + e7a1fd8 commit 9d5016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/httpclient.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ static int apply_credentials(
596596
if (auth->connection_affinity)
597597
free_auth_context(server);
598598
} else if (!token.size) {
599-
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challange");
599+
git_error_set(GIT_ERROR_HTTP, "failed to respond to authentication challenge");
600600
error = -1;
601601
goto done;
602602
}

0 commit comments

Comments
 (0)