diff --git a/private/bufpkg/bufcas/digest.go b/private/bufpkg/bufcas/digest.go index 401852da94..5ef59b0c2f 100644 --- a/private/bufpkg/bufcas/digest.go +++ b/private/bufpkg/bufcas/digest.go @@ -59,7 +59,7 @@ func (d DigestType) String() string { // // This reverses DigestType.String(). // -// Returns an error of type *ParseError if thie string could not be parsed. +// Returns an error of type *ParseError if the string could not be parsed. func ParseDigestType(s string) (DigestType, error) { d, ok := stringToDigestType[s] if !ok {