diff --git a/pkg/models/error.go b/pkg/models/error.go index 59bec8242..38b31a22b 100644 --- a/pkg/models/error.go +++ b/pkg/models/error.go @@ -1776,7 +1776,7 @@ func IsErrUnknownSubscriptionEntityType(err error) bool { } func (err *ErrUnknownSubscriptionEntityType) Error() string { - return fmt.Sprintf("Subscription entity type is unkowns [EntityType: %d]", err.EntityType) + return fmt.Sprintf("Subscription entity type is unknown [EntityType: %d]", err.EntityType) } // ErrCodeUnknownSubscriptionEntityType holds the unique world-error code of this error