[sr-dev] git:5.1:877d753a: uac: fix typo in module README

Henning Westerholt hw at kamailio.org
Mon Aug 13 21:21:58 CEST 2018


Module: kamailio
Branch: 5.1
Commit: 877d753acf18691b9d8b2208b57c085721151b38
URL: https://github.com/kamailio/kamailio/commit/877d753acf18691b9d8b2208b57c085721151b38

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2018-08-13T21:21:43+02:00

uac: fix typo in module README

(cherry picked from commit 00ba2193d60e8255ea863a99b52e86f841f16bdb)

---

Modified: src/modules/uac/doc/uac_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/877d753acf18691b9d8b2208b57c085721151b38.diff
Patch: https://github.com/kamailio/kamailio/commit/877d753acf18691b9d8b2208b57c085721151b38.patch

---

diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 052bc2dc7a..a0520ece71 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -987,7 +987,7 @@ event_route[uac:reply] {
 			Return the details of a remote registration record based on
 			a filter. The command has two parameter: attribute and value.
 			The attribute can be: l_uuid, l_username, r_username or auth_username.
-			The value is what should be matcheg against the value of the attribute
+			The value is what should be matched against the value of the attribute
 			in the remote registration record.
 		</para>
 		<para>
@@ -1029,7 +1029,7 @@ event_route[uac:reply] {
 			Enable a remote registration record based on
 			a filter. The command has two parameter: attribute and value.
 			The attribute can be: l_uuid, l_username, r_username or auth_username.
-			The value is what should be matcheg against the value of the attribute
+			The value is what should be matched against the value of the attribute
 			in the remote registration record.
 		</para>
 		<example>
@@ -1050,7 +1050,7 @@ event_route[uac:reply] {
 			Disable a remote registration record based on
 			a filter. The command has two parameter: attribute and value.
 			The attribute can be: l_uuid, l_username, r_username or auth_username.
-			The value is what should be matcheg against the value of the attribute
+			The value is what should be matched against the value of the attribute
 			in the remote registration record.
 		</para>
 		<example>




More information about the sr-dev mailing list