summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2015-05-24 16:28:55 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-08 22:18:17 +0200
commit50f9003c4388967ce4e49f959f8c2ac8218d08fb (patch)
treeabf8af26acd729df992b511f72ee1e1279d05f2e
parentba6d373f502dd253285d30ee88bdf9d41bbd3533 (diff)
fix typos
Change-Id: I79f3463c1815b0db318483eaa3faae3d6ba1e54f Reviewed-on: https://gerrit.libreoffice.org/15886 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 3cd6599bead7b1266daf69733f86b54f3e7d5557)
-rw-r--r--source/text/scalc/01/04060104.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index 023fca52d2..1b91efcd3d 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -364,9 +364,9 @@
<paragraph role="heading" id="hd_id31475691" xml-lang="en-US" level="3" l10n="U" oldref="55">Syntax</paragraph>
<paragraph role="code" id="par_id31531551" xml-lang="en-US" l10n="U" oldref="56">IFERROR(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31540471" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an error.</paragraph>
<paragraph role="paragraph" id="par_id31540472" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an error.</paragraph>
<paragraph role="heading" id="hd_id31559941" xml-lang="en-US" level="3" l10n="U" oldref="58">Example</paragraph>
<paragraph role="paragraph" id="par_id31502561" xml-lang="en-US" l10n="CHG" oldref="59">
<item type="input">=IFERROR(C8;C9)</item> where cell C8 contains <item type="input">=1/0</item> returns the value of C9, because 1/0 is an error.</paragraph>
@@ -509,9 +509,9 @@
<paragraph role="heading" id="hd_id31529471" xml-lang="en-US" level="3" l10n="U" oldref="95">Syntax</paragraph>
<paragraph role="code" id="par_id31537481" xml-lang="en-US" l10n="U" oldref="96">IFNA(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31528841" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an #N/A error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an #N/A error.</paragraph>
<paragraph role="paragraph" id="par_id31528842" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an #N/A error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an #N/A error.</paragraph>
<paragraph role="heading" id="hd_id31499641" xml-lang="en-US" level="3" l10n="U" oldref="98">Example</paragraph>
<paragraph role="paragraph" id="par_id31548521" xml-lang="en-US" l10n="U" oldref="99">
<item type="input">=IFNA(D3;D4)</item> returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does.</paragraph>