mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[bugfix] Fix error string typo (#2873)
This commit is contained in:
parent
c9c0773f2c
commit
48b91ca239
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue