fix: correct unknown subscription entity typo (#883)

This commit is contained in:
Dominik Pschenitschni 2025-06-10 12:18:07 +02:00 committed by GitHub
parent d79a60183d
commit 62f048767c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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