Module: sip-router
Branch: master
Commit: da720367972b18e0a6664dfa47d1e65a648099a8
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da72036…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Oct 15 19:51:21 2012 +0200
async Forgot to rebuild the README
---
modules/async/README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/async/README b/modules/async/README
index 91ea07f..4f2c0ef 100644
--- a/modules/async/README
+++ b/modules/async/README
@@ -64,7 +64,7 @@ Chapter 1. Admin Guide
Async uses t_suspend() and t_continue() from the TM and TMX modules.
- 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.,