summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-12 15:43:06 +0200
committerdefault <nobody@localhost>2023-04-12 15:43:06 +0200
commita2cab2bab6bcbf5772c8be4c8493a580b4eb4405 (patch)
tree6b444fea7cdc7194381958618da60222d0c27f04 /mastoapi.c
parented957b4646dbbf67ccbbcd1d52c3fc4009ea0f56 (diff)
Updated RELEASE_NOTES.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index abdce34..eec4119 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -927,7 +927,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
else
if (strcmp(op, "reblogged_by") == 0 ||
strcmp(op, "favourited_by") == 0) {
- /* return the list of likes or boosts */
+ /* return the list of people who liked or boosted this */
out = xs_list_new();
xs *l = NULL;