Skip to content

Commit 5bed4e8

Browse files
committed
fix typo
1 parent 4231106 commit 5bed4e8

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)