소스 검색

spelling fix in documentation

Henning Westerholt 16 년 전
부모
커밋
26fa3cf146
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>