summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-21 12:48:07 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-21 12:48:07 +0200
commit5990e7b3b300642d8551f202bcd1b9312f426677 (patch)
treec4623d94f87694b2cfbb071565e27c6ac7cd7c0b
parentab50f2ccc57ebe577cbdad4afa29b66317b87bcc (diff)
Fix typo
Change-Id: I0b5ce0a4c6adc339c14a65bd9a8f9b8f3eb8979a Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--source/text/scalc/01/func_convert.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_convert.xhp b/source/text/scalc/01/func_convert.xhp
index b64adbc994..90dc06254f 100644
--- a/source/text/scalc/01/func_convert.xhp
+++ b/source/text/scalc/01/func_convert.xhp
@@ -49,7 +49,7 @@
<embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
<paragraph xml-lang="en-US" id="par_id3156336" role="paragraph">
<input>=CONVERT(-10; "C"; "F")</input></paragraph>
- <paragraph role="paragraph" id="par_id951620413562988">Here the function converts -10 degrees Celsius to degrees Fahrenheit, returning the value 14. There is not a simple multiplicative relationship bewteen temperature units, as different reference points are used. Hence, as in this case, an input negative number may be converted to a positive value.</paragraph>
+ <paragraph role="paragraph" id="par_id951620413562988">Here the function converts -10 degrees Celsius to degrees Fahrenheit, returning the value 14. There is not a simple multiplicative relationship between temperature units, as different reference points are used. Hence, as in this case, an input negative number may be converted to a positive value.</paragraph>
<paragraph xml-lang="en-US" id="par_id3154834" role="paragraph">
<input>=CONVERT(3.5; "mi"; "yd")</input></paragraph>
<paragraph role="paragraph" id="par_id971620413678102">Here the function converts 3.5 international miles to yards, returning the value 6160. Both units are in the Length and distance group.</paragraph>