source/text/scalc/01/func_rounddown.xhp |    2 +-
 source/text/scalc/01/func_trunc.xhp     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cd1d33167a3b3fd460098d7c53529538aaf24938
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 19 16:50:14 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jan 19 19:07:43 2022 +0100

    Fix typos
    
    Change-Id: Iadee715d8804c383e57de3fce7e7d1f8a78d826c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128618
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/scalc/01/func_rounddown.xhp 
b/source/text/scalc/01/func_rounddown.xhp
index c346c4402..b313b2858 100644
--- a/source/text/scalc/01/func_rounddown.xhp
+++ b/source/text/scalc/01/func_rounddown.xhp
@@ -34,7 +34,7 @@
   </paragraph>
   <section id="rounddown_parameters">
     <paragraph role="paragraph" id="par_id11641927688319"><emph>Number:</emph> 
The number to be rounded down.</paragraph>
-    <paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> 
Optional paramenter that defines the number of decimal places to be kept. The 
default value is 0 (zero).</paragraph>
+    <paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> 
Optional parameter that defines the number of decimal places to be kept. The 
default value is 0 (zero).</paragraph>
     <paragraph role="paragraph" id="par_id911641928545976">Use negative values 
for <emph>Count</emph> to round the integer part of the original 
<emph>Number</emph>. For example, -1 will round down the first integer number 
before the decimal separator, -2 will round down the two integer numbers before 
the decimal separator, and so forth.</paragraph>
   </section>
   <note id="par_id181641929609906">In %PRODUCTNAME the <emph>Count</emph> 
parameter is optional whereas in MS Excel this parameter is mandatory. When an 
ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter 
and the file is exported to XLS or XLSX formats, the missing argument will 
automatically be added with value zero to maintain compatibility.</note>
diff --git a/source/text/scalc/01/func_trunc.xhp 
b/source/text/scalc/01/func_trunc.xhp
index 91801375d..22b58a278 100644
--- a/source/text/scalc/01/func_trunc.xhp
+++ b/source/text/scalc/01/func_trunc.xhp
@@ -37,7 +37,7 @@
   </paragraph>
   <section id="trunc_parameters">
     <paragraph role="paragraph" id="par_id11641927688319"><emph>Number:</emph> 
The number to be truncated.</paragraph>
-    <paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> 
Optional paramenter that defines the number of decimal places to be kept. The 
default value is 0 (zero).</paragraph>
+    <paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> 
Optional parameter that defines the number of decimal places to be kept. The 
default value is 0 (zero).</paragraph>
     <paragraph role="paragraph" id="par_id911641928545976">Use negative values 
for <emph>Count</emph> to round the integer part of the original 
<emph>Number</emph>. For example, -1 will round down the first integer number 
before the decimal separator, -2 will round down the two integer numbers before 
the decimal separator, and so forth.</paragraph>
   </section>
   <embed href="text/scalc/01/common_func.xhp#sectionexample"/>

Reply via email to