fix spelling

This commit is contained in:
hidewrong 2024-04-18 00:02:44 +08:00 committed by GitHub
parent 30517698aa
commit c09426bcfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ type dirPattern struct {
toEntries func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, error) toEntries func(ctx context.Context, f lister, prefix string, match []string) (fs.DirEntries, error)
} }
// dirPatters is a slice of all the directory patterns // dirPatterns is a slice of all the directory patterns
type dirPatterns []dirPattern type dirPatterns []dirPattern
// patterns describes the layout of the google photos backend file system. // patterns describes the layout of the google photos backend file system.

View File

@ -296,7 +296,7 @@ type CountableError interface {
IsCounted() bool IsCounted() bool
} }
// wrappedFatalError is an error wrapped so it will satisfy the // wrappedCountableError is an error wrapped so it will satisfy the
// Retrier interface and return true // Retrier interface and return true
type wrappedCountableError struct { type wrappedCountableError struct {
error error