[bugfix] Fix error string typo (#2873)

This commit is contained in:
kim 2024-04-26 14:20:56 +01:00 committed by GitHub
parent c9c0773f2c
commit 48b91ca239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func (p *Processor) StatusGet(ctx context.Context, requestedUser string, statusI
}
if !visible {
const text = "status not vising to requesting account"
const text = "status not visible to requesting account"
return nil, gtserror.NewErrorNotFound(errors.New(text))
}