Module: kamailio
Branch: 5.2
Commit: 27da1adf9d64486b5ae6e8e980be82e048a9b582
URL:
https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
Author: Jorge Vallecillo <jorgevallecilloc(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-02T13:50:38Z
Fix typo on avp module: Consecutives 'the'
---
Modified: src/modules/avp/avp.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
Patch:
https://github.com/kamailio/kamailio/commit/27da1adf9d64486b5ae6e8e980be82e…
---
diff --git a/src/modules/avp/avp.xml b/src/modules/avp/avp.xml
index 93fdea7fc6..fa47e88cb2 100644
--- a/src/modules/avp/avp.xml
+++ b/src/modules/avp/avp.xml
@@ -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>