summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-19 16:50:14 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-19 19:07:43 +0100
commitcd1d33167a3b3fd460098d7c53529538aaf24938 (patch)
treec1afd8d6f75b406ddad4a022ebeead2170e24a09
parent16349874381940368315a7162e0e18ddde4edef0 (diff)
Fix typos
Change-Id: Iadee715d8804c383e57de3fce7e7d1f8a78d826c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128618 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--source/text/scalc/01/func_rounddown.xhp2
-rw-r--r--source/text/scalc/01/func_trunc.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_rounddown.xhp b/source/text/scalc/01/func_rounddown.xhp
index c346c44029..b313b2858c 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 91801375d3..22b58a2784 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"/>