mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Fix typo in files command error message
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrNotDirectory = errors.New("Couln't call NextFile(), this isn't a directory")
|
ErrNotDirectory = errors.New("Couldn't call NextFile(), this isn't a directory")
|
||||||
ErrNotReader = errors.New("This file is a directory, can't use Reader functions")
|
ErrNotReader = errors.New("This file is a directory, can't use Reader functions")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user