From 6c7b7659f8da89d967ad8dc2f4ae483e52cbfd45 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Wed, 19 May 2021 22:14:41 +0200 Subject: [PATCH] fix typo (thanks micah, thicah) --- internal/typeutils/internaltoas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/typeutils/internaltoas.go b/internal/typeutils/internaltoas.go index b3bf22fe8..37da25f1e 100644 --- a/internal/typeutils/internaltoas.go +++ b/internal/typeutils/internaltoas.go @@ -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)