summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-11 00:54:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-11 12:16:44 +0000
commit66891aaebe089594fea38368b23800505fc6a0e4 (patch)
treee175267e04017cf2e21c3d007b3d8adfcaadfc4f /sc/qa/unit/ucalc.cxx
parentf72718614578cc8d76df1cbcee5fd5d9ab0fd00d (diff)
Fix typos
Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1 Reviewed-on: https://gerrit.libreoffice.org/35061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 40a280135f01..4fda600077b1 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -6734,7 +6734,7 @@ void Test::testPrecisionAsShown()
fExpectedRoundVal = -10.0;
checkPrecisionAsShown( aCode, fValue, fExpectedRoundVal );
}
- { // thousand rounding buguous!!!! tdf#106253
+ { // thousand rounding bogus!!!! tdf#106253
aCode = "0,,";
fValue = 4.0e9 / 7.0;
fExpectedRoundVal = 571e6; // actual is 571428571
@@ -6760,7 +6760,7 @@ void Test::testPrecisionAsShown()
fValue = 4.0 / 70000.0;
fExpectedRoundVal = 5.71e-5;
checkPrecisionAsShown( aCode, fValue, fExpectedRoundVal );
- // engineering rounding bugous!!! tdf#106252
+ // engineering rounding bogus!!! tdf#106252
aCode = "##0.000E0";
fValue = 400000.0 / 7.0;
fExpectedRoundVal = 57143.0; // actual is 57140