mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 19:24:35 +08:00
fix spelling
This commit is contained in:
@ -132,7 +132,7 @@ func (x *SizeSuffix) Scan(s fmt.ScanState, ch rune) error {
|
||||
return x.Set(string(token))
|
||||
}
|
||||
|
||||
// SizeSuffixList is a sclice SizeSuffix values
|
||||
// SizeSuffixList is a slice SizeSuffix values
|
||||
type SizeSuffixList []SizeSuffix
|
||||
|
||||
func (l SizeSuffixList) Len() int { return len(l) }
|
||||
|
Reference in New Issue
Block a user