Skip to content

Commit

Permalink
Fix typos: Remove consecutive occurrences of 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
altmas5 committed Oct 1, 2020
1 parent 8a1d5d9 commit f70696f
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/lib/srdb1/schema/carrierfailureroute.xml
Expand Up @@ -59,7 +59,7 @@
<type>string</type>
<size>&user_len;</size>
<default/>
<description>Name of column contains the the scan prefixes. Scan prefixes define the matching
<description>Name of column contains the scan prefixes. Scan prefixes define the matching
portion of a phone number, e.g. we have the scan prefixes 49721 and 49, the called number is
49721913740, it matches 49721, because the longest match is taken. If no prefix matches,
the number is not failure routed. To prevent this, an empty prefix value of <quote></quote>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/app_jsdt/duktape.c
Expand Up @@ -20026,7 +20026,7 @@ DUK_EXTERNAL void *duk_require_buffer(duk_hthread *thr, duk_idx_t idx, duk_size_
}

/* Get the active buffer data area for a plain buffer or a buffer object.
* Return NULL if the the value is not a buffer. Note that a buffer may
* Return NULL if the value is not a buffer. Note that a buffer may
* have a NULL data pointer when its size is zero, the optional 'out_isbuffer'
* argument allows caller to detect this reliably.
*/
Expand Down Expand Up @@ -56844,7 +56844,7 @@ DUK_INTERNAL duk_uint_fast32_t duk_hobject_pc2line_query(duk_hthread *thr, duk_i
* duk_tval copies is not problematic with respect to side effects;
* care must be taken when holding and using argument duk_tval pointers.
*
* - If a finalizer is executed, it may operate on the the same object
* - If a finalizer is executed, it may operate on the same object
* we're currently dealing with. For instance, the finalizer might
* delete a certain property which has already been looked up and
* confirmed to exist. Ideally finalizers would be disabled if GC
Expand Down
2 changes: 1 addition & 1 deletion src/modules/avp/avp.xml
Expand Up @@ -168,7 +168,7 @@
<para>
The <function>attr_equals()</function> function checks whether
the attribute identified by the argument <symbol>attribute</symbol>
exists and its value is identical the the value given by the
exists and its value is identical the value given by the
argument <symbol>value</symbol>. If so, it returns
<literal>true</literal> and <literal>false</literal> otherwise.
</para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/carrierroute/README
Expand Up @@ -1262,7 +1262,7 @@ modparam("carrierroute", "carrierfailureroute_domain_col", "domain")

19. carrierfailureroute_scan_prefix_col (string)

Name of column contains the the scan prefixes. Scan prefixes define the
Name of column contains the scan prefixes. Scan prefixes define the
matching portion of a phone number, e.g. we have the scan prefixes
49721 and 49, the called number is 49721913740, it matches 49721,
because the longest match is taken. If no prefix matches, the number is
Expand Down
2 changes: 1 addition & 1 deletion src/modules/carrierroute/doc/carrierroute_db.xml
Expand Up @@ -273,7 +273,7 @@ modparam("carrierroute", "carrierfailureroute_domain_col", "domain")
</section>
<section>
<title><varname>carrierfailureroute_scan_prefix_col</varname> (string)</title>
<para>Name of column contains the the scan prefixes. Scan prefixes define the matching
<para>Name of column contains the scan prefixes. Scan prefixes define the matching
portion of a phone number, e.g. we have the scan prefixes 49721 and 49, the called number is
49721913740, it matches 49721, because the longest match is taken. If no prefix matches,
the number is not failure routed. To prevent this, an empty prefix value of
Expand Down
4 changes: 2 additions & 2 deletions src/modules/counters/counters.c
Expand Up @@ -132,7 +132,7 @@ struct module_exports exports = {



/** parse the the script_counter modparam.
/** parse the script_counter modparam.
* Format: [grp.]name[( |:)desc]
* E.g.:
* "name" => new counter: *cnt_script_grp."name"
Expand Down Expand Up @@ -554,4 +554,4 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
return 0;
}

/* vi: set ts=4 sw=4 tw=79:ai:cindent: */
/* vi: set ts=4 sw=4 tw=79:ai:cindent: */
4 changes: 2 additions & 2 deletions src/modules/cplc/README
Expand Up @@ -228,7 +228,7 @@ modparam("cpl-c","domain_column","domain")

3.5. cpl_xml_column (string)

Indicates the name of the column used for storing the the XML version
Indicates the name of the column used for storing the XML version
of the cpl script.

Default value is “cpl_xml”.
Expand All @@ -240,7 +240,7 @@ modparam("cpl-c","cpl_xml_column","cpl_xml")

3.6. cpl_bin_column (string)

Indicates the name of the column used for storing the the binary
Indicates the name of the column used for storing the binary
version of the cpl script (compiled version).

Default value is “cpl_bin”.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/db_mongodb/README
Expand Up @@ -100,7 +100,7 @@ Chapter 1. Admin Guide

5. Usage

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.

Expand Down
2 changes: 1 addition & 1 deletion src/modules/db_mongodb/doc/db_mongodb_admin.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/drouting/README
Expand Up @@ -167,7 +167,7 @@ Chapter 1. Admin Guide
1.1. Introduction

Dynamic Routing is a module for selecting (based on multiple criteria)
the the best gateway/destination to be used for delivering a certain
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:
Expand Down
2 changes: 1 addition & 1 deletion src/modules/drouting/doc/drouting_admin.xml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_qos/rx_aar.c
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sca/NOTES
Expand Up @@ -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.
the known value.

Pros: fits sip-router script-based logic model well, does not
rely on a timer (eliminates races).
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tm/README
Expand Up @@ -2169,7 +2169,7 @@ route {

4.24. t_reset_max_lifetime()

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
max_inv_lifetime or max_noninv_lifetime).

Expand Down
2 changes: 1 addition & 1 deletion src/modules/tm/doc/functions.xml
Expand Up @@ -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>).
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tm/t_reply.c
Expand Up @@ -2596,7 +2596,7 @@ int reply_received( struct sip_msg *p_msg )
#ifdef USE_DST_BLACKLIST
/* add temporary to the blacklist the source of a 503 reply */
if ( (msg_status==503) && cfg_get(tm, tm_cfg, tm_blst_503) &&
/* check if the request sent on the branch had the the
/* check if the request sent on the branch had the
* blst 503 ignore flags set or it was set in the onreply_r*/
should_blacklist_su(BLST_503, &p_msg->fwd_send_flags,
p_msg->rcv.proto, &p_msg->rcv.src_su)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/websocket/README
Expand Up @@ -672,7 +672,7 @@ kamcmd ws.enable
7.1. websocket:closed

When defined, the module calls event_route[websocket:closed] when a
connection closes. The connection may be identified using the the $si
connection closes. The connection may be identified using the $si
and $sp pseudo-variables.

Example 1.16. event_route[websocket:closed] usage
Expand Down
2 changes: 1 addition & 1 deletion src/modules/xmpp/README
Expand Up @@ -228,7 +228,7 @@ Chapter 1. Admin Guide

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
be used as domain in the destination address of the messages sent
by SIP users to XMPP users:
"sip:username<delim>jabber_server@gateway_domain".

Expand Down
2 changes: 1 addition & 1 deletion src/modules/xmpp/doc/xmpp_admin.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion test/travis/README.md
Expand Up @@ -54,7 +54,7 @@ Use Other Debian Distributions
------------------------------

There are several container [images available](https://hub.docker.com/r/kamailio/pkg-kamailio-docker/tags/) already.
One can just use any of the them by selecting the proper tag:
One can just use any of them by selecting the proper tag:

```
$ export DIST=sid VERSION=dev
Expand Down

0 comments on commit f70696f

Please sign in to comment.