Module: sip-router Branch: master Commit: 26fa3cf1464b0cddb67be64cd30918b9c2965c13 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26fa3cf1...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Sun May 3 19:23:22 2009 +0200
spelling fix in documentation
---
modules/tm/README | 2 +- modules/tm/doc/functions.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/tm/README b/modules/tm/README index 87579b1..7b1ce8f 100644 --- a/modules/tm/README +++ b/modules/tm/README @@ -838,7 +838,7 @@ t_reply("404", "Not found");
Checks if a transaction exists. Returns a positive value if so, negative otherwise. Most likely you will not want to use it, as a - typical application of a looku-up is to introduce a new transaction if + typical application of a look-up is to introduce a new transaction if none was found. However this is safely (atomically) done using t_newtran.
diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml index 6571fd3..1c25aeb 100644 --- a/modules/tm/doc/functions.xml +++ b/modules/tm/doc/functions.xml @@ -320,7 +320,7 @@ t_reply("404", "Not found"); <para> Checks if a transaction exists. Returns a positive value if so, negative otherwise. Most likely you will not want to use it, as a - typical application of a looku-up is to introduce a new transaction + typical application of a look-up is to introduce a new transaction if none was found. However this is safely (atomically) done using <function>t_newtran</function>. </para>