mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix: correct unknown subscription entity typo (#883)
This commit is contained in:
committed by
GitHub
parent
d79a60183d
commit
62f048767c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user