Module: kamailio
Branch: 5.5
Commit: 2ea0baf9cf2cb0b30e6474cc150eb3580d8cdf5b
URL:
https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb35…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-06-24T18:14:13+02:00
htable: fix documentation
- reported by arkadiam on Github
(cherry picked from commit ee9c2bc2046103f0f7888c078b1f88d0befd6f7d)
---
Modified: src/modules/htable/doc/htable_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb35…
Patch:
https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb35…
---
diff --git a/src/modules/htable/doc/htable_admin.xml
b/src/modules/htable/doc/htable_admin.xml
index 3a7f101bca..5ef04b2ee6 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -1363,7 +1363,7 @@ kamcmd htable.sets test x[0] abc
kamcmd htable.seti test x 123
# Set first entry in array key x $sht(test=>x[0]) as integer
-kamcmd htable.sets test x[0] 123
+kamcmd htable.seti test x[0] 123
...
</programlisting>
</section>