diff --git a/errdefs/doc.go b/errdefs/doc.go index e078f9096..12790fb40 100644 --- a/errdefs/doc.go +++ b/errdefs/doc.go @@ -1,4 +1,4 @@ // Package errdefs defines the error types that are understood by other packages // in this project. Consumers of this project should look here to know how to -// produce and consume erors for this project. +// produce and consume errors for this project. package errdefs