Module: kamailio Branch: master Commit: c69002ae65ec103a7e88451501c0cf984ad9cc86 URL: https://github.com/kamailio/kamailio/commit/c69002ae65ec103a7e88451501c0cf98...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-02-08T14:05:32+01:00
xcap_client: typos
---
Modified: src/modules/xcap_client/doc/xcap_client_devel.xml Modified: src/modules/xcap_client/xcap_functions.c
---
Diff: https://github.com/kamailio/kamailio/commit/c69002ae65ec103a7e88451501c0cf98... Patch: https://github.com/kamailio/kamailio/commit/c69002ae65ec103a7e88451501c0cf98...
---
diff --git a/src/modules/xcap_client/doc/xcap_client_devel.xml b/src/modules/xcap_client/doc/xcap_client_devel.xml index a5924d9774..cd4579ef30 100644 --- a/src/modules/xcap_client/doc/xcap_client_devel.xml +++ b/src/modules/xcap_client/doc/xcap_client_devel.xml @@ -38,7 +38,7 @@ typedef struct xcap_api { xcap_nodeSel_add_terminal_t add_terminal; xcap_nodeSel_free_t free_node_sel; xcapGetNewDoc_t getNewDoc; /* an initial request for the module - fo fetch this document that does not exist in xcap db table + to fetch this document that does not exist in xcap db table and handle its update*/
/* function to register a callback to document changes*/ diff --git a/src/modules/xcap_client/xcap_functions.c b/src/modules/xcap_client/xcap_functions.c index 39768ee74a..6c68391005 100644 --- a/src/modules/xcap_client/xcap_functions.c +++ b/src/modules/xcap_client/xcap_functions.c @@ -165,7 +165,7 @@ xcap_node_sel_t* xcapNodeSelAddStep(xcap_node_sel_t* curr_sel, str* name,
if(ns_card> 'z') { - LM_ERR("Insuficient name cards for namespaces\n"); + LM_ERR("Insufficient name cards for namespaces\n"); goto error; } new_step.len= sprintf(new_step.s, "%c:", ns_card);