Merge pull request #126 from harsha-y/master
utils: fix typo in errors.go
This commit is contained in:
commit
f0642bb47f
2
contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go
generated
vendored
2
contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go
generated
vendored
@ -22,7 +22,7 @@ var (
|
||||
ErrFilesystem = errors.New("something went wrong when interacting with the fs")
|
||||
|
||||
// ErrCouldNotDownload occurs when a download fails.
|
||||
ErrCouldNotDownload = errors.New("could not download requested ressource")
|
||||
ErrCouldNotDownload = errors.New("could not download requested resource")
|
||||
|
||||
// ErrNotFound occurs when a resource could not be found.
|
||||
ErrNotFound = errors.New("the resource cannot be found")
|
||||
|
@ -22,7 +22,7 @@ var (
|
||||
ErrFilesystem = errors.New("something went wrong when interacting with the fs")
|
||||
|
||||
// ErrCouldNotDownload occurs when a download fails.
|
||||
ErrCouldNotDownload = errors.New("could not download requested ressource")
|
||||
ErrCouldNotDownload = errors.New("could not download requested resource")
|
||||
|
||||
// ErrNotFound occurs when a resource could not be found.
|
||||
ErrNotFound = errors.New("the resource cannot be found")
|
||||
|
Loading…
Reference in New Issue
Block a user