Module: kamailio
Branch: master
Commit: 46df335ccfacb159a1f8ad1bc6e549967da30a91
URL:
https://github.com/kamailio/kamailio/commit/46df335ccfacb159a1f8ad1bc6e5499…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-02-13T12:14:59+01:00
ims_isc: typos
---
Modified: src/modules/ims_isc/checker.c
Modified: src/modules/ims_isc/doc/ims_isc_admin.xml
Modified: src/modules/ims_isc/mark.c
---
Diff:
https://github.com/kamailio/kamailio/commit/46df335ccfacb159a1f8ad1bc6e5499…
Patch:
https://github.com/kamailio/kamailio/commit/46df335ccfacb159a1f8ad1bc6e5499…
---
diff --git a/src/modules/ims_isc/checker.c b/src/modules/ims_isc/checker.c
index 3e17333dbd..b24946503b 100644
--- a/src/modules/ims_isc/checker.c
+++ b/src/modules/ims_isc/checker.c
@@ -468,7 +468,7 @@ isc_match* isc_checker_find(str uri, char direction, int skip,
LM_DBG("About to try p->s->service_profiles_cnt!! #profiles is %d\n",
p->s->service_profiles_cnt);
while (si < p->s->service_profiles_cnt) {
- LM_DBG("About to try
p->s->service_profiles[a].filter_criterai_cnt\n");
+ LM_DBG("About to try
p->s->service_profiles[a].filter_criteria_cnt\n");
next = cnt + p->s->service_profiles[si].filter_criteria_cnt;
if (cnt <= skip && skip < next) {
sj = skip - cnt;
diff --git a/src/modules/ims_isc/doc/ims_isc_admin.xml
b/src/modules/ims_isc/doc/ims_isc_admin.xml
index 1c19ab2e97..612266a574 100644
--- a/src/modules/ims_isc/doc/ims_isc_admin.xml
+++ b/src/modules/ims_isc/doc/ims_isc_admin.xml
@@ -40,7 +40,7 @@
<section>
<title>External Libraries or Applications</title>
- <para>This modules requires the Kamailio internal IMS library.</para>
+ <para>This module requires the Kamailio internal IMS library.</para>
</section>
</section>
diff --git a/src/modules/ims_isc/mark.c b/src/modules/ims_isc/mark.c
index 8d22ffff87..eb6cdb3ec4 100644
--- a/src/modules/ims_isc/mark.c
+++ b/src/modules/ims_isc/mark.c
@@ -79,7 +79,7 @@ int bin_to_base16(char *from, int len, char *to) {
/**
* Retrieves the mark from message.
* - the marking should be in a header like described before
- * @param msg - SIP mesage to mark
+ * @param msg - SIP message to mark
* @param mark - mark to load into
* @returns 1 if found, 0 if not
*/
@@ -194,7 +194,7 @@ int base16_to_bin(char *from, int len, char *to) {
/**
* Deletes the previous marking attempts (lumps).
*
- * @param msg - SIP mesage to mark
+ * @param msg - SIP message to mark
* @returns 1 on success
*/
int isc_mark_drop_route(struct sip_msg *msg) {
@@ -227,7 +227,7 @@ int isc_mark_drop_route(struct sip_msg *msg) {
* Mark the message with the given mark.
* - old marking attempts are deleted
* - marking is performed by inserting the following header
- * @param msg - SIP mesage to mark
+ * @param msg - SIP message to mark
* @param match - the current IFC match
* @param mark - pointer to the mark
* @returns 1 on success or 0 on failure
@@ -268,8 +268,8 @@ int isc_mark_set(struct sip_msg *msg, isc_match *match, isc_mark
*mark) {
* - else: \code Route: <sip:as@asdomain.net;lr>, <[iscmark]> \endcode
*
*
- * @param msg - SIP mesage to mark
- * @param as - SIP addres of the application server to forward to
+ * @param msg - SIP message to mark
+ * @param as - SIP address of the application server to forward to
* @param iscmark - the mark to write
* @returns 1 on success, else 0
*/