mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 08:58:26 +08:00
fix spelling
This commit is contained in:
parent
30517698aa
commit
c09426bcfe
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user