Browse Source

Fix typo on avp module: Consecutives 'the'

Jorge Vallecillo 5 năm trước cách đây
mục cha
commit
8b9fa16058
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/avp/avp.xml

+ 1 - 1
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>