summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorHaijo7 <haijo7@protonmail.com>2023-06-01 17:44:02 +0200
committerHaijo7 <haijo7@protonmail.com>2023-06-01 17:44:02 +0200
commitf903d0769baa6aa1b333d28d92312454c5421d43 (patch)
treecd87b38c1414d797f771f47c814d4e7e39f8ceff /html.c
parentaf88b784786dc3f354ddb8e6a1a8cb2bbf4c44b4 (diff)
fixed typo in string "people that follows you"
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d3f812b..bf71710 100644
--- a/html.c
+++ b/html.c
@@ -1347,7 +1347,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);