Sfoglia il codice sorgente

tmx: Fix typos in module documentation

Florian Floimair 7 anni fa
parent
commit
8c9a062903
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/modules/tmx/doc/tmx_admin.xml

+ 2 - 2
src/modules/tmx/doc/tmx_admin.xml

@@ -65,7 +65,7 @@
 		<para>
 		<para>
 		Enable/disable transaction pre-check via t_precheck_trans()
 		Enable/disable transaction pre-check via t_precheck_trans()
 		function. If set to 0, the internal structures are not created
 		function. If set to 0, the internal structures are not created
-		at startup and the funcation will return false always.
+		at startup and the function will return false always.
 		</para>
 		</para>
 		<para>
 		<para>
 		Default value is <emphasis>1</emphasis> (enabled).
 		Default value is <emphasis>1</emphasis> (enabled).
@@ -345,7 +345,7 @@ route[abc] {
 ...
 ...
 if(t_suspend())
 if(t_suspend())
 {
 {
-    xlog("proceesing suspended in trasaction [$T(id_index):$T(id_label)]\n");
+    xlog("processing suspended in transaction [$T(id_index):$T(id_label)]\n");
     exit;
     exit;
 }
 }
 ...
 ...