chore: fix some typos (#2581)

This commit is contained in:
veryyet 2024-03-21 12:09:37 +08:00 committed by GitHub
parent 7c728a2e77
commit d6dad57fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ pub(crate) enum GitReference {
enum RefspecStrategy {
// All refspecs should be fetched, if any fail then the fetch will fail
All,
// Stop after the first successful fetch, if none suceed then the fetch will fail
// Stop after the first successful fetch, if none succeed then the fetch will fail
First,
}