Browse Source

async Forgot to rebuild the README

Olle E. Johansson 13 years ago
parent
commit
da72036797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/async/README

+ 1 - 1
modules/async/README

@@ -64,7 +64,7 @@ Chapter 1. Admin Guide
 
 
    Async uses t_suspend() and t_continue() from the TM and TMX modules.
    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
    will continue later in another application process. Therefore variables
    stored in private memory should not be used, try to use shared memory
    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.,
    if you want to get values after the processing is resumed (e.g.,