summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-13 06:30:24 +0100
committerdefault <nobody@localhost>2024-03-13 06:30:24 +0100
commitb2e384146716286ad451be1097e1eece44d466b2 (patch)
treefa10a6133b5859a3579e63d899d764b8d8ccc13c /data.c
parent262302a3afed4f6fe31734621951f34541c83e1a (diff)
Call actor_get_refresh() from actor_request().
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 9b1c55b..83e1b15 100644
--- a/data.c
+++ b/data.c
@@ -1592,7 +1592,7 @@ int actor_get(const char *actor, xs_dict **data)
int actor_get_refresh(snac *user, const char *actor, xs_dict **data)
-/* gets an actor and requests and refresh if it's stale */
+/* gets an actor and requests a refresh if it's stale */
{
int status = actor_get(actor, data);