fix typo (thanks micah, thicah)

This commit is contained in:
tsmethurst 2021-05-19 22:14:41 +02:00
parent d69786ef17
commit 6c7b7659f8
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ func (c *converter) FollowToAS(f *gtsmodel.Follow, originAccount *gtsmodel.Accou
return nil, fmt.Errorf("followtoasfollow: error parsing target account uri: %s", err)
}
// uri of the folow activity itself
// uri of the follow activity itself
followURI, err := url.Parse(f.URI)
if err != nil {
return nil, fmt.Errorf("followtoasfollow: error parsing follow uri: %s", err)