summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
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