Skip to content

Commit 490b63e

Browse files
WizardOhio24Stephan Dilly
authored andcommitted
Change he and his to they and their
1 parent d715c0b commit 490b63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

asyncgit/src/sync/remotes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ fn remote_callbacks<'a>(
178178
});
179179

180180
let mut first_call_to_credentials = true;
181-
// This boolean is used to avoid multiple call to credentials callback.
182-
// If credentials are bad, we don't ask the user to re-fill his creds. We push an error and he will be able to restart his action (for example a push) and retype his creds.
181+
// This boolean is used to avoid multiple calls to credentials callback.
182+
// If credentials are bad, we don't ask the user to re-fill their creds. We push an error and they will be able to restart their action (for example a push) and retype their creds.
183183
// This behavior is explained in a issue on git2-rs project : https://github.com/rust-lang/git2-rs/issues/347
184184
// An implementation reference is done in cargo : https://github.com/rust-lang/cargo/blob/9fb208dddb12a3081230a5fd8f470e01df8faa25/src/cargo/sources/git/utils.rs#L588
185185
// There is also a guide about libgit2 authentication : https://libgit2.org/docs/guides/authentication/

0 commit comments

Comments
 (0)