[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

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))
}