diff --git a/src/modules/xcap_client/doc/xcap_client_admin.xml b/src/modules/xcap_client/doc/xcap_client_admin.xml index 681c004fb0d..ca502528ac7 100644 --- a/src/modules/xcap_client/doc/xcap_client_admin.xml +++ b/src/modules/xcap_client/doc/xcap_client_admin.xml @@ -34,7 +34,7 @@ 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. diff --git a/src/modules/xcap_client/xcap_callbacks.h b/src/modules/xcap_client/xcap_callbacks.h index b5f69d6dc48..d6b37b370b1 100644 --- a/src/modules/xcap_client/xcap_callbacks.h +++ b/src/modules/xcap_client/xcap_callbacks.h @@ -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