fix spelling

This commit is contained in:
Fabian Möller
2019-04-30 14:06:24 +02:00
parent 7963320a29
commit 48c09608ea
31 changed files with 41 additions and 41 deletions

View File

@ -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) }