Skip to content

Commit

Permalink
presence_dialoginfo: typo a/an signed
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 069b7bd commit 3cff94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/presence_dialoginfo/notify_body.c
Expand Up @@ -255,7 +255,7 @@ str* agregate_xmls(str* pres_user, str* pres_domain, str** body_array, int n)
* replaced by the correct value in the aux_body_processing callback.
* Thus we have CPU intensive XML aggregation only once and can use
* quick search&replace in the per-watcher aux_body_processing callback.
* We use 11 chracters as an signed int (although RFC says unsigned int we
* We use 11 chracters as a signed int (although RFC says unsigned int we
* use signed int as presence module stores "version" in DB as
* signed int) has max. 10 characters + 1 character for the sign
*/
Expand Down

0 comments on commit 3cff94c

Please sign in to comment.