Skip to content

Commit c0bbd42

Browse files
committed
Auto merge of #10818 - Byron:flyby-fixes, r=weihanglo
fix typo
2 parents f2c5276 + 5bed4e8 commit c0bbd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/sources/git/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ where
529529
//
530530
// If ssh-agent authentication fails, libgit2 will keep calling this
531531
// callback asking for other authentication methods to try. Check
532-
// cred_helper_bad to make sure we only try the git credentail helper
532+
// cred_helper_bad to make sure we only try the git credential helper
533533
// once, to avoid looping forever.
534534
if allowed.contains(git2::CredentialType::USER_PASS_PLAINTEXT) && cred_helper_bad.is_none()
535535
{

0 commit comments

Comments
 (0)