fix error string typo

This commit is contained in:
kim 2024-04-26 13:49:17 +01:00
parent 62788aa116
commit 2a3c5c5c67
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))
}