diff --git a/server/pkg/controller/mailing_lists.go b/server/pkg/controller/mailing_lists.go index cef08629d..23a9a2407 100644 --- a/server/pkg/controller/mailing_lists.go +++ b/server/pkg/controller/mailing_lists.go @@ -217,7 +217,7 @@ func (c *ListmonkMailingListsController) Unsubscribe(email string) error { if err != nil { stacktrace.Propagate(err, "") } - // API endpoint expects an array of subscriber id as paarmeter + // API endpoint expects an array of subscriber id as parameter subscriberID := []int{id} data := map[string]interface{}{