[sr-dev] git:master:9ba37fd6: mqueue: fix typo in variable name documentation

Mikko Lehto mslehto at iki.fi
Mon Jun 11 18:05:02 CEST 2018


Module: kamailio
Branch: master
Commit: 9ba37fd602a67066bd49f6959350ea1fd72d5e47
URL: https://github.com/kamailio/kamailio/commit/9ba37fd602a67066bd49f6959350ea1fd72d5e47

Author: Mikko Lehto <mslehto at iki.fi>
Committer: Mikko Lehto <mslehto at iki.fi>
Date: 2018-06-11T18:55:38+03:00

mqueue: fix typo in variable name documentation

---

Modified: src/modules/mqueue/doc/mqueue_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/9ba37fd602a67066bd49f6959350ea1fd72d5e47.diff
Patch: https://github.com/kamailio/kamailio/commit/9ba37fd602a67066bd49f6959350ea1fd72d5e47.patch

---

diff --git a/src/modules/mqueue/doc/mqueue_admin.xml b/src/modules/mqueue/doc/mqueue_admin.xml
index f9c3493aaf..0ab18f0be0 100644
--- a/src/modules/mqueue/doc/mqueue_admin.xml
+++ b/src/modules/mqueue/doc/mqueue_admin.xml
@@ -207,7 +207,7 @@ xlog("L_INFO", "Size of queue is: $var(q_size)\n");
 	<title>Exported Variables</title>
 		<itemizedlist>
 			<listitem>
-				<emphasis>$mqv(mqueue)</emphasis> - the most recent item key fetched from the specified mqueue
+				<emphasis>$mqk(mqueue)</emphasis> - the most recent item key fetched from the specified mqueue
 			</listitem>
 			<listitem>
 				<emphasis>$mqv(mqueue)</emphasis> - the most recent item value fetched from the specified mqueue




More information about the sr-dev mailing list