From ed1a2b6ffdf79e666019635f847669285f5ecbf5 Mon Sep 17 00:00:00 2001 From: Harsha Yalamanchili Date: Fri, 25 Mar 2016 16:40:26 -0700 Subject: [PATCH] fix typo in errors.go --- .../vendor/github.com/coreos/clair/utils/errors/errors.go | 2 +- utils/errors/errors.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")