Module: kamailio
Branch: master
Commit: 212fb4086a1bba6779178465a85593e537a12903
URL:
https://github.com/kamailio/kamailio/commit/212fb4086a1bba6779178465a85593e…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-09-25T11:41:31+02:00
avp: typo assing ������ assign
---
Modified: src/modules/avp/avp.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/212fb4086a1bba6779178465a85593e…
Patch:
https://github.com/kamailio/kamailio/commit/212fb4086a1bba6779178465a85593e…
---
diff --git a/src/modules/avp/avp.xml b/src/modules/avp/avp.xml
index 3fbbc32c4cb..8fcfda6f719 100644
--- a/src/modules/avp/avp.xml
+++ b/src/modules/avp/avp.xml
@@ -379,7 +379,7 @@
</para>
<para>
Like <serdoc:func>set_sattr</serdoc:func>, it is identical to
- assinging a string using the assignment operator and is
+ assigning a string using the assignment operator and is
deprecated.
</para>
</refsect2>
@@ -399,7 +399,7 @@
If the attribute does not yet exist, it is created.
</para>
<para>
- This function is identical to assinging an integer using the
+ This function is identical to assigning an integer using the
assignment operator and
is only kept to retain compatibility with earlier versions of SER.
It therefore is deprecated and may be removed in the future.
@@ -421,7 +421,7 @@
attribute does not yet exist, it is created.
</para>
<para>
- This function is identical to assinging a string using the
+ This function is identical to assigning a string using the
assignment operator and
is only kept to retain compatibility with earlier versions of SER.
It therefore is deprecated and may be removed in the future.