Bladeren bron

spelling fix in documentation

Henning Westerholt 16 jaren geleden
bovenliggende
commit
26fa3cf146
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      modules/tm/README
  2. 1 1
      modules/tm/doc/functions.xml

+ 1 - 1
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.
 

+ 1 - 1
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>