[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolwsd.xml.in

Andras Timar andras.timar at collabora.com
Fri Oct 6 08:58:21 UTC 2017


 loolwsd.xml.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c4906b74bd7ac4e7bb2468651d22a2769401dfbe
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Sep 28 13:06:37 2017 +0200

    typo: documen->document
    
    Change-Id: I5d51dada113e3f1b3db5104d6d1f3b70a9fe99e6
    (cherry picked from commit 7224a062e9d38ef00a4050fff0da89e4aa08123b)
    Signed-off-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/43169
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index b2656f11..abec21ca 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -22,8 +22,8 @@
         <limit_virt_mem_kb desc="The maximum virtual memory allowed to each document process. 0 for unlimited, 1700 min." type="uint">0</limit_virt_mem_kb>
         <limit_data_mem_kb desc="The maximum memory data segment allowed to each document process. 0 for unlimited." type="uint">0</limit_data_mem_kb>
         <limit_stack_mem_kb desc="The maximum stack size allowed to each document process. 0 for unlimited." type="uint">8000</limit_stack_mem_kb>
-        <limit_file_size_mb desc="The maximum file size allowed to each documen process to write. 0 for unlimited." type="uint">0</limit_file_size_mb>
-        <limit_num_open_files desc="The maximum number of files allowed to each documen process to open. 0 for unlimited." type="uint">0</limit_num_open_files>
+        <limit_file_size_mb desc="The maximum file size allowed to each document process to write. 0 for unlimited." type="uint">0</limit_file_size_mb>
+        <limit_num_open_files desc="The maximum number of files allowed to each document process to open. 0 for unlimited." type="uint">0</limit_num_open_files>
     </per_document>
 
     <per_view desc="View-specific settings.">


More information about the Libreoffice-commits mailing list