Skip to content

Commit

Permalink
xcap_client: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent aeb5d17 commit 4a11bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/xcap_client/doc/xcap_client_admin.xml
Expand Up @@ -34,7 +34,7 @@
</para>
<para>
The update method is also configurable, either through periodical
queries, applicable to any kind of XCAP server or with an management command
queries, applicable to any kind of XCAP server or with a management command
that should be sent by the server upon an update.
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/xcap_client/xcap_callbacks.h
Expand Up @@ -55,7 +55,7 @@ void destroy_xcapcb_list(void);
/* register a callback for several types of events */
int register_xcapcb( int types, xcap_cb f);

/* run all transaction callbacks for an composed type */
/* run all transaction callbacks for a composed type */
void run_xcap_update_cb(int type, str xid, char* stream);

#endif

0 comments on commit 4a11bea

Please sign in to comment.