Module: kamailio
Branch: master
Commit: 7437d4d9977f50640efefbec4cc06056c4957b18
URL: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
http_async_client: typos
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
Patch: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc0605…
---
diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml
index f28ea0ce249..f514986725d 100644
--- a/src/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/src/modules/http_async_client/doc/http_async_client_admin.xml
@@ -431,7 +431,7 @@ route[HTTP_REPLY] {
</section>
<section>
<title>Pseudo Variables</title>
- <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrive the unique identifier for a query after sending it or in the HTTP callback route to retrive the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
+ <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrieve the unique identifier for a query after sending it or in the HTTP callback route to retrieve the id of the query the reply belongs to. Useful mainly in non-transactional context.</para>
<example>
<title><literal>$http_req_id</literal> variable usage</title>
<programlisting format="linespecific">
Module: kamailio
Branch: master
Commit: c1007b900dd99deb8b3610e9c4da823f2cd2cd02
URL: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
htable: typos
---
Modified: src/modules/htable/doc/htable_admin.xml
Modified: src/modules/htable/ht_db.c
---
Diff: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
Patch: https://github.com/kamailio/kamailio/commit/c1007b900dd99deb8b3610e9c4da823…
---
diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml
index 0493f422567..84f20e7b328 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -357,7 +357,7 @@ $ kamcmd htable.dump htable
<listitem>
<para>
<emphasis>autoexpire</emphasis> -time in seconds to delete an item
- from a hash table if no update was done to it. If is missing or set
+ from a hash table if no update was done to it. If it is missing or set
to 0, the items won't expire.
</para>
</listitem>
@@ -793,7 +793,7 @@ sht_print();
</title>
<para>
Delete the item with the name 'itname' from hash table 'htname'.
- This API function equivaluent to '$sht(htname=>itname) = $null'.
+ This API function is equivalent to '$sht(htname=>itname) = $null'.
</para>
<para>
This function can be used from ANY_ROUTE.
@@ -1559,10 +1559,10 @@ kamcmd htable.seti test x[0] 123
</para>
<programlisting format="linespecific">
...
-# set expire for $sht(test=>x) to 120 secs
+# set expire for $sht(test=>x) to 120 secs
kamctl rpc htable.setex test x 120
-# set expire for $sht(test=>10) to 120 secs
+# set expire for $sht(test=>10) to 120 secs
kamctl rpc htable.setex test s:10 120
...
</programlisting>
diff --git a/src/modules/htable/ht_db.c b/src/modules/htable/ht_db.c
index 1f9dac458c6..db2a52ce8b1 100644
--- a/src/modules/htable/ht_db.c
+++ b/src/modules/htable/ht_db.c
@@ -648,7 +648,7 @@ int ht_db_save_table(ht_t *ht, str *dbtable)
/**
- * delete databse table
+ * delete database table
*/
int ht_db_delete_records(str *dbtable)
{
Module: kamailio
Branch: master
Commit: 6a4ab71566d9e7bb3da290c2d60b35e56923a705
URL: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
exec: typo
---
Modified: src/modules/exec/kill.c
---
Diff: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
Patch: https://github.com/kamailio/kamailio/commit/6a4ab71566d9e7bb3da290c2d60b35e…
---
diff --git a/src/modules/exec/kill.c b/src/modules/exec/kill.c
index dc6c0090e1a..98ceafe9cce 100644
--- a/src/modules/exec/kill.c
+++ b/src/modules/exec/kill.c
@@ -26,7 +26,7 @@
* Module: \ref exec
*
* in this file, we implement the ability to send a kill signal to
- * a child after some time; its a quick ugly hack, for example kill
+ * a child after some time; it is a quick ugly hack, for example kill
* is sent without any knowledge whether the kid is still alive
*
* also, it was never compiled without FAST_LOCK -- nothing will
Module: kamailio
Branch: master
Commit: feb5d27f8a063b0c533d294be9e4726f75b96a0a
URL: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-04-10T08:05:56+02:00
enum: typos
---
Modified: src/modules/enum/doc/enum_admin.xml
Modified: src/modules/enum/enum.c
---
Diff: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
Patch: https://github.com/kamailio/kamailio/commit/feb5d27f8a063b0c533d294be9e4726…
---
diff --git a/src/modules/enum/doc/enum_admin.xml b/src/modules/enum/doc/enum_admin.xml
index 46e68f14f2c..34e848dd4c9 100644
--- a/src/modules/enum/doc/enum_admin.xml
+++ b/src/modules/enum/doc/enum_admin.xml
@@ -362,7 +362,7 @@ enum_pv_query("$avp(i:100)","e164.arpa.","+sip+voice:sip");
</title>
<para>
The function performs an enum query and rewrites the Request-URI with
- the result of the query. This the Infrastructure-ENUM version of enum_query().
+ the result of the query. This is the Infrastructure-ENUM version of enum_query().
The only difference to enum_query() is in the calculation of the
FQDN where NAPTR records are looked for.
</para>
diff --git a/src/modules/enum/enum.c b/src/modules/enum/enum.c
index 7d1d1553fb1..c292c195d9a 100644
--- a/src/modules/enum/enum.c
+++ b/src/modules/enum/enum.c
@@ -209,7 +209,7 @@ static inline int sip_match(struct naptr_rdata *naptr, str *service)
&& (strncasecmp(naptr->services + 4 + service->len, ":sip", 4)
== 0);
} else { /* handle compound NAPTRs and multiple services */
- str bakservice, baknaptr; /* we bakup the str */
+ str bakservice, baknaptr; /* we backup the str */
int naptrlen, len; /* length of the extracted service */
/* RFC 3761, NAPTR service field must start with E2U+ */