aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 482a29c..f9d27f9 100644
--- a/data.c
+++ b/data.c
@@ -1216,7 +1216,7 @@ int follower_check(snac *snac, const char *actor)
int follower_list_len(snac *snac)
-/* returns the number followers */
+/* returns the number of followers */
{
xs *list = object_user_cache_list(snac, "followers", XS_ALL, 0);
return xs_list_len(list);