Module: kamailio Branch: master Commit: 7437d4d9977f50640efefbec4cc06056c4957b18 URL: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc06056...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-10T08:05:56+02:00
http_async_client: typos
---
Modified: src/modules/http_async_client/doc/http_async_client_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc06056... Patch: https://github.com/kamailio/kamailio/commit/7437d4d9977f50640efefbec4cc06056...
---
diff --git a/src/modules/http_async_client/doc/http_async_client_admin.xml b/src/modules/http_async_client/doc/http_async_client_admin.xml index f28ea0ce249..f514986725d 100644 --- a/src/modules/http_async_client/doc/http_async_client_admin.xml +++ b/src/modules/http_async_client/doc/http_async_client_admin.xml @@ -431,7 +431,7 @@ route[HTTP_REPLY] { </section> <section> <title>Pseudo Variables</title> - <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrive the unique identifier for a query after sending it or in the HTTP callback route to retrive the id of the query the reply belongs to. Useful mainly in non-transactional context.</para> + <para>The <literal>$http_req_id</literal> read-only variable can be used in REQUEST_ROUTE to retrieve the unique identifier for a query after sending it or in the HTTP callback route to retrieve the id of the query the reply belongs to. Useful mainly in non-transactional context.</para> <example> <title><literal>$http_req_id</literal> variable usage</title> <programlisting format="linespecific">