mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
fix spelling
This commit is contained in:
@@ -68,7 +68,7 @@ func (o *RangeOption) Header() (key string, value string) {
|
||||
}
|
||||
|
||||
// ParseRangeOption parses a RangeOption from a Range: header.
|
||||
// It only appects single ranges.
|
||||
// It only accepts single ranges.
|
||||
func ParseRangeOption(s string) (po *RangeOption, err error) {
|
||||
const preamble = "bytes="
|
||||
if !strings.HasPrefix(s, preamble) {
|
||||
|
||||
Reference in New Issue
Block a user