mirror of
https://github.com/rclone/rclone.git
synced 2025-04-24 13:14:13 +08:00
Fixed typo errChuckSize -> errChunkSize
This commit is contained in:
parent
6261312eb4
commit
587bf80f82
@ -7,7 +7,7 @@ import (
|
||||
|
||||
var (
|
||||
// ErrChuckSize is returned when the chunk size is zero
|
||||
ErrChuckSize = errors.New("tus chunk size must be greater than zero")
|
||||
ErrChunkSize = errors.New("tus chunk size must be greater than zero")
|
||||
// ErrNilConfig is returned when the logger is nil
|
||||
ErrNilLogger = errors.New("tus logger can't be nil")
|
||||
// ErrNilStore is returned when the store is nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user