Skip to content

Commit

Permalink
presence_reginfo: 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 9de462f commit a9dade2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/presence_reginfo/add_events.c
Expand Up @@ -49,7 +49,7 @@ int reginfo_add_events(void)


if(pres_reginfo_aggregate_presentities) {
/* aggregate XML body and free() fuction */
/* aggregate XML body and free() function */
event.agg_nbody = reginfo_agg_nbody;
event.free_body = free_xml_body;
/* modify XML body for each watcher to set the correct "version" */
Expand Down

0 comments on commit a9dade2

Please sign in to comment.