فهرست منبع

tmx: Fix typos in module documentation

Florian Floimair 7 سال پیش
والد
کامیت
8c9a062903
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/modules/tmx/doc/tmx_admin.xml

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

@@ -65,7 +65,7 @@
 		<para>
 		Enable/disable transaction pre-check via t_precheck_trans()
 		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>
 		Default value is <emphasis>1</emphasis> (enabled).
@@ -345,7 +345,7 @@ route[abc] {
 ...
 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;
 }
 ...