Correct spelling: decription -> description

Signed-off-by: Michael Vetter <jubalh@iodoru.org>
This commit is contained in:
Michael Vetter 2020-11-29 12:14:24 +01:00
parent 084c0bd100
commit 4d34a31762

View file

@ -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