From 5990e7b3b300642d8551f202bcd1b9312f426677 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 21 May 2021 12:48:07 +0200 Subject: Fix typo Change-Id: I0b5ce0a4c6adc339c14a65bd9a8f9b8f3eb8979a Signed-off-by: Andrea Gelmini --- source/text/scalc/01/func_convert.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ =CONVERT(-10; "C"; "F") - 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. + 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. =CONVERT(3.5; "mi"; "yd") Here the function converts 3.5 international miles to yards, returning the value 6160. Both units are in the Length and distance group. -- cgit