Skip to content

Commit e7a1fd8

Browse files
committed
Fix spelling error
Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
1 parent dd43571 commit e7a1fd8

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)