diff --git a/html.c b/html.c index 695f853..37a884f 100644 --- a/html.c +++ b/html.c @@ -1360,7 +1360,7 @@ d_char *html_people(snac *snac) s = html_people_list(snac, s, wing, L("People you follow"), "i"); - s = html_people_list(snac, s, wers, L("People that follows you"), "e"); + s = html_people_list(snac, s, wers, L("People that follow you"), "e"); s = html_user_footer(s);