diff options
-rw-r--r-- | source/text/scalc/01/func_rounddown.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_trunc.xhp | 2 |
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"/> |