summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/ostring/rtl_OString2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/ostring/rtl_OString2.cxx')
-rw-r--r--sal/qa/rtl/ostring/rtl_OString2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/ostring/rtl_OString2.cxx b/sal/qa/rtl/ostring/rtl_OString2.cxx
index 63efbf1c9839..1e22a96b5e48 100644
--- a/sal/qa/rtl/ostring/rtl_OString2.cxx
+++ b/sal/qa/rtl/ostring/rtl_OString2.cxx
@@ -215,7 +215,7 @@ public:
{
toDouble_test_impl(_sValue);
- // test also the negativ part.
+ // test also the negative part.
rtl::OString sNegativValue("-");
sNegativValue += _sValue;
toDouble_test_impl(sNegativValue);