Commit e7a1fd88 by Utkarsh Gupta

Fix spelling error

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
parent dd435711
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment