Skip to content

Commit

Permalink
presence_dialoginfo: typo fuNction
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 192ab41 commit 9de462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/presence_dialoginfo/add_events.c
Expand Up @@ -48,7 +48,7 @@ int dlginfo_add_events(void)
event.req_auth = 0;
event.evs_publ_handl = 0;

/* aggregate XML body and free() fuction */
/* aggregate XML body and free() function */
event.agg_nbody = dlginfo_agg_nbody;
event.free_body = free_xml_body;

Expand Down

0 comments on commit 9de462f

Please sign in to comment.