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>).