Skip to content

Commit

Permalink
Auto merge of #10818 - Byron:flyby-fixes, r=weihanglo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bors committed Jul 3, 2022
2 parents f2c5276 + 5bed4e8 commit c0bbd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/git/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ where
//
// If ssh-agent authentication fails, libgit2 will keep calling this
// callback asking for other authentication methods to try. Check
// cred_helper_bad to make sure we only try the git credentail helper
// cred_helper_bad to make sure we only try the git credential helper
// once, to avoid looping forever.
if allowed.contains(git2::CredentialType::USER_PASS_PLAINTEXT) && cred_helper_bad.is_none()
{
Expand Down

0 comments on commit c0bbd42

Please sign in to comment.