mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Fix error string typo (#2873)
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user