Module: sip-router Branch: master Commit: b68fade258f29ad427950b42b44d706b95db4150 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b68fade2...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Mon Oct 15 19:47:52 2012 +0200
Async typo fix
---
modules/async/doc/async_admin.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/async/doc/async_admin.xml b/modules/async/doc/async_admin.xml index b8744b9..02d4b26 100644 --- a/modules/async/doc/async_admin.xml +++ b/modules/async/doc/async_admin.xml @@ -23,7 +23,7 @@ Async uses t_suspend() and t_continue() from the TM and TMX modules. </para> <para> - Note that after invoking the an asynchronous operation, the processing + Note that after invoking the asynchronous operation, the processing will continue later in another application process. Therefore variables stored in private memory should not be used, try to use shared memory if you want to get values after the processing is resumed (e.g., $avp(...),