summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-15 18:51:23 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-09-15 20:33:52 +0200
commit894115b5739b48fc241f8cd5f9f7a1830161a22d (patch)
treedc35a3700003ff9612d24f7c1e07b5a6b805a6d4 /tools
parentb12e9ec1c9796fe62cb744ac82008146323348ea (diff)
Fix typos
Change-Id: I78653129638b25f16e0816b6fff11e02100c85e7 Reviewed-on: https://gerrit.libreoffice.org/42321 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qa/cppunit/test_fract.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qa/cppunit/test_fract.cxx b/tools/qa/cppunit/test_fract.cxx
index 12977b5635f8..83794340ed51 100644
--- a/tools/qa/cppunit/test_fract.cxx
+++ b/tools/qa/cppunit/test_fract.cxx
@@ -49,7 +49,7 @@ public:
aFract3.GetNumerator() == 0x7AAAAAAA &&
aFract3.GetDenominator() == 0x35555555 );
aFract3.ReduceInaccurate(30);
- CPPUNIT_ASSERT_MESSAGE( "Fraction #3 ReduceInaccurate errorneously cut precision",
+ CPPUNIT_ASSERT_MESSAGE( "Fraction #3 ReduceInaccurate erroneously cut precision",
aFract3.GetNumerator() == 0x7AAAAAAA &&
aFract3.GetDenominator() == 0x35555555 );