<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
Remove consecutive ocurrences of 'the' across the repo
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2491
-- Commit Summary --
* Fix typos: Remove consecutive occurrences of 'the'
-- File Changes --
M README.md (2)
M src/lib/srdb1/schema/carrierfailureroute.xml (2)
M src/modules/app_jsdt/duktape.c (4)
M src/modules/avp/avp.xml (2)
M src/modules/carrierroute/README (2)
M src/modules/carrierroute/doc/carrierroute_db.xml (2)
M src/modules/counters/counters.c (4)
M src/modules/cplc/README (4)
M src/modules/db_mongodb/README (2)
M src/modules/db_mongodb/doc/db_mongodb_admin.xml (2)
M src/modules/drouting/README (2)
M src/modules/drouting/doc/drouting_admin.xml (2)
M src/modules/ims_qos/rx_aar.c (2)
M src/modules/sca/NOTES (2)
M src/modules/tm/README (2)
M src/modules/tm/doc/functions.xml (2)
M src/modules/tm/t_reply.c (2)
M src/modules/websocket/README (2)
M src/modules/xmpp/README (2)
M src/modules/xmpp/doc/xmpp_admin.xml (2)
M test/travis/README.md (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2491.patchhttps://github.com/kamailio/kamailio/pull/2491.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2491
Module: kamailio
Branch: 5.4
Commit: bcd8f50929ac25d4eabe7b5886d22dd61c4872e7
URL: https://github.com/kamailio/kamailio/commit/bcd8f50929ac25d4eabe7b5886d22dd…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on main README.md: Consecutives 'the'
---
Modified: README.md
---
Diff: https://github.com/kamailio/kamailio/commit/bcd8f50929ac25d4eabe7b5886d22dd…
Patch: https://github.com/kamailio/kamailio/commit/bcd8f50929ac25d4eabe7b5886d22dd…
---
diff --git a/README.md b/README.md
index 8005030775..85a4b70789 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Kamailio development was started back in 2001 by [Fraunhofer Fokus](https://www.
Fraunhofer Fokus is no longer actively involved in the evolution of the project. Kamailio is now developed and managed by its world wide community. Fokus still uses Kamailio in its research projects (such as OpenIMSCore) and it is hosting events related to the project, such as developer meetings or the Kamailio World Conference.
-For more information about Kamailio, see the the [website of the project](https://www.kamailio.org), where you can find pointers to documentation, the project wiki and much more.
+For more information about Kamailio, see the [website of the project](https://www.kamailio.org), where you can find pointers to documentation, the project wiki and much more.
## Contributions
Module: kamailio
Branch: 5.4
Commit: 27f28271981e46ea9abec97392ab3232264c742f
URL: https://github.com/kamailio/kamailio/commit/27f28271981e46ea9abec97392ab323…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on xmpp module: Consecutives 'the'
---
Modified: src/modules/xmpp/doc/xmpp_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/27f28271981e46ea9abec97392ab323…
Patch: https://github.com/kamailio/kamailio/commit/27f28271981e46ea9abec97392ab323…
---
diff --git a/src/modules/xmpp/doc/xmpp_admin.xml b/src/modules/xmpp/doc/xmpp_admin.xml
index ab201c5a84..129acbc423 100644
--- a/src/modules/xmpp/doc/xmpp_admin.xml
+++ b/src/modules/xmpp/doc/xmpp_admin.xml
@@ -230,7 +230,7 @@
<para>
The domain of the SIP-to-XMPP gateway - it has to be in DNS or SIP UA has to
use outbound proxy to SIP-to-XMPP gateway IP address. It has to be used
- as domain in the the destination address of the messages sent by SIP users
+ as domain in the destination address of the messages sent by SIP users
to XMPP users:
"sip:username<![CDATA[<]]>delim<![CDATA[>]]>jabber_server@gateway_domain".
</para>
Module: kamailio
Branch: 5.4
Commit: 2b4f7960ae740175fa4bd37fc2d93868fc52ac95
URL: https://github.com/kamailio/kamailio/commit/2b4f7960ae740175fa4bd37fc2d9386…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on tm module: Consecutives 'the'
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/2b4f7960ae740175fa4bd37fc2d9386…
Patch: https://github.com/kamailio/kamailio/commit/2b4f7960ae740175fa4bd37fc2d9386…
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml
index acfc590ffd..f9c9837fb2 100644
--- a/src/modules/tm/doc/functions.xml
+++ b/src/modules/tm/doc/functions.xml
@@ -668,7 +668,7 @@ route {
<function>t_reset_max_lifetime()</function>
</title>
<para>
- Resets the the maximum lifetime for the current INVITE or non-INVITE
+ Resets the maximum lifetime for the current INVITE or non-INVITE
transaction to the default value (set using the tm module parameter
<varname>max_inv_lifetime</varname> or
<varname>max_noninv_lifetime</varname>).
Module: kamailio
Branch: 5.4
Commit: 3910066feabbfbe2f2f653b9b4af5d7d14285911
URL: https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on sca module NOTES
---
Modified: src/modules/sca/NOTES
---
Diff: https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
Patch: https://github.com/kamailio/kamailio/commit/3910066feabbfbe2f2f653b9b4af5d7…
---
diff --git a/src/modules/sca/NOTES b/src/modules/sca/NOTES
index b5c9ebaf5a..fa8ab926f6 100644
--- a/src/modules/sca/NOTES
+++ b/src/modules/sca/NOTES
@@ -113,7 +113,7 @@ Revisiting possibility of using TMCB_ tm module hooks.
* Register a pv in the module, set it to a known value in the
TMCB_E2EACK_IN callback, have the script check the value of the
pv, and invoke an exported sca_update function if the pv is set
- the the known value.
+ to the known value.
Pros: fits sip-router script-based logic model well, does not
rely on a timer (eliminates races).
Module: kamailio
Branch: 5.4
Commit: 13e6f48fe794455b673e73181397d6d6f8d355c6
URL: https://github.com/kamailio/kamailio/commit/13e6f48fe794455b673e73181397d6d…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on ims_qos module: Consecutives 'the'
---
Modified: src/modules/ims_qos/rx_aar.c
---
Diff: https://github.com/kamailio/kamailio/commit/13e6f48fe794455b673e73181397d6d…
Patch: https://github.com/kamailio/kamailio/commit/13e6f48fe794455b673e73181397d6d…
---
diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c
index b1e8df51b8..d9f242f43b 100644
--- a/src/modules/ims_qos/rx_aar.c
+++ b/src/modules/ims_qos/rx_aar.c
@@ -276,7 +276,7 @@ void async_aar_reg_callback(int is_timeout, void *param, AAAMessage *aaa, long e
if (cdp_result >= 2000 && cdp_result < 3000) {
counter_inc(ims_qos_cnts_h.successful_registration_aars);
if (is_rereg) {
- LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the the subscription was successful\n");
+ LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the subscription was successful\n");
result = CSCF_RETURN_TRUE;
create_return_code(result);
goto done;
Module: kamailio
Branch: 5.4
Commit: d26bf214e7050c051fa6db9477fd7650ad873509
URL: https://github.com/kamailio/kamailio/commit/d26bf214e7050c051fa6db9477fd765…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:05Z
Fix typo on drouting module: Consecutives 'the'
---
Modified: src/modules/drouting/doc/drouting_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d26bf214e7050c051fa6db9477fd765…
Patch: https://github.com/kamailio/kamailio/commit/d26bf214e7050c051fa6db9477fd765…
---
diff --git a/src/modules/drouting/doc/drouting_admin.xml b/src/modules/drouting/doc/drouting_admin.xml
index facb72b31d..323c183a98 100644
--- a/src/modules/drouting/doc/drouting_admin.xml
+++ b/src/modules/drouting/doc/drouting_admin.xml
@@ -18,7 +18,7 @@
<title>Introduction</title>
<para>Dynamic Routing is a module for selecting (based on multiple
- criteria) the the best gateway/destination to be used for delivering a
+ criteria) the best gateway/destination to be used for delivering a
certain call. Least Cost Routing (LCR) is a special case of dynamic
routing - when the rules are ordered based on costs. Dynamic Routing
comes with many features regarding routing rule selection:
Module: kamailio
Branch: 5.4
Commit: a8f66e8d3104ac35bb99023777a5363d700b3855
URL: https://github.com/kamailio/kamailio/commit/a8f66e8d3104ac35bb99023777a5363…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on db_mongodb module: Consecutives 'the'
---
Modified: src/modules/db_mongodb/doc/db_mongodb_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a8f66e8d3104ac35bb99023777a5363…
Patch: https://github.com/kamailio/kamailio/commit/a8f66e8d3104ac35bb99023777a5363…
---
diff --git a/src/modules/db_mongodb/doc/db_mongodb_admin.xml b/src/modules/db_mongodb/doc/db_mongodb_admin.xml
index a7723bec58..00cf7a59e6 100644
--- a/src/modules/db_mongodb/doc/db_mongodb_admin.xml
+++ b/src/modules/db_mongodb/doc/db_mongodb_admin.xml
@@ -96,7 +96,7 @@
<section>
<title>Usage</title>
<para>
- Load the module and set the the DB URL for specific modules to:
+ Load the module and set the DB URL for specific modules to:
mongodb://username:password@host:port/database. Username, password
and port are optional.
</para>
Module: kamailio
Branch: 5.4
Commit: fe70897c15c8236fc226d2a05822f98e385ea083
URL: https://github.com/kamailio/kamailio/commit/fe70897c15c8236fc226d2a05822f98…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:52:04Z
Fix typo on cplc module: Consecutives 'the'
---
Modified: src/modules/cplc/doc/cplc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/fe70897c15c8236fc226d2a05822f98…
Patch: https://github.com/kamailio/kamailio/commit/fe70897c15c8236fc226d2a05822f98…
---
diff --git a/src/modules/cplc/doc/cplc_admin.xml b/src/modules/cplc/doc/cplc_admin.xml
index 0c9f15b62e..d83b9271a8 100644
--- a/src/modules/cplc/doc/cplc_admin.xml
+++ b/src/modules/cplc/doc/cplc_admin.xml
@@ -175,7 +175,7 @@ modparam("cpl-c","domain_column","domain")
<title><varname>cpl_xml_column</varname> (string)</title>
<para>
Indicates the name of the column used for storing the
- the XML version of the cpl script.
+ XML version of the cpl script.
</para>
<para>
<emphasis>
@@ -195,7 +195,7 @@ modparam("cpl-c","cpl_xml_column","cpl_xml")
<title><varname>cpl_bin_column</varname> (string)</title>
<para>
Indicates the name of the column used for storing the
- the binary version of the cpl script (compiled version).
+ binary version of the cpl script (compiled version).
</para>
<para>
<emphasis>