diff --git a/contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go b/contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go index 78dc4f1a..65508f2b 100644 --- a/contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go +++ b/contrib/analyze-local-images/vendor/github.com/coreos/clair/utils/errors/errors.go @@ -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") diff --git a/utils/errors/errors.go b/utils/errors/errors.go index 78dc4f1a..65508f2b 100644 --- a/utils/errors/errors.go +++ b/utils/errors/errors.go @@ -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")