Module: kamailio
Branch: master
Commit: 095d6b41f83bb40610ae68a1390e49374ac7d26f
URL:
https://github.com/kamailio/kamailio/commit/095d6b41f83bb40610ae68a1390e493…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-07-29T06:25:42+02:00
http_async_client: fixed small typo in docs
---
Modified: modules/http_async_client/doc/http_async_client_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/095d6b41f83bb40610ae68a1390e493…
Patch:
https://github.com/kamailio/kamailio/commit/095d6b41f83bb40610ae68a1390e493…
---
diff --git a/modules/http_async_client/doc/http_async_client_admin.xml
b/modules/http_async_client/doc/http_async_client_admin.xml
index 215f704..b9db3ec 100644
--- a/modules/http_async_client/doc/http_async_client_admin.xml
+++ b/modules/http_async_client/doc/http_async_client_admin.xml
@@ -209,7 +209,7 @@ modparam("http_async_client", "curl_verbose", 1)
<emphasis>shm</emphasis>: curl will use kamailio's SHM pool and
memory manager
</para></listitem>
<listitem><para>
- <emphasis>sys</emphasis>: curl will use the system memory amd memory
manager (malloc, free, ...)
+ <emphasis>sys</emphasis>: curl will use the system memory and memory
manager (malloc, free, ...)
</para></listitem>
</itemizedlist>
<para>