From 4d34a31762cea5780ddbe53b5f9dfed06a1777bb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 29 Nov 2020 12:14:24 +0100 Subject: [PATCH] Correct spelling: decription -> description Signed-off-by: Michael Vetter --- registry/api/errcode/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/api/errcode/errors.go b/registry/api/errcode/errors.go index 4c35b879a..54856cc5c 100644 --- a/registry/api/errcode/errors.go +++ b/registry/api/errcode/errors.go @@ -147,7 +147,7 @@ type ErrorDescriptor struct { // keyed value when serializing api errors. Value string - // Message is a short, human readable decription of the error condition + // Message is a short, human readable description of the error condition // included in API responses. Message string