summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_ostring_concat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/strings/test_ostring_concat.cxx')
-rw-r--r--sal/qa/rtl/strings/test_ostring_concat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_ostring_concat.cxx b/sal/qa/rtl/strings/test_ostring_concat.cxx
index b734cac01467..9c5cbd940bbc 100644
--- a/sal/qa/rtl/strings/test_ostring_concat.cxx
+++ b/sal/qa/rtl/strings/test_ostring_concat.cxx
@@ -59,7 +59,7 @@ CPPUNIT_TEST_SUITE_END();
#endif
void test::ostring::StringConcat::checkConcat()
{
-// All the extra () are to protect commas againsts being treated as separators of macro arguments.
+// All the extra () are to protect commas against being treated as separators of macro arguments.
CPPUNIT_ASSERT_EQUAL( OString(), OString(OString() + OString()));
CPPUNIT_ASSERT_EQUAL( OString( "foobar" ), OString( OString( "foo" ) + OString( "bar" )));
TYPES_ASSERT_EQUAL(( typeid( OStringConcat< OString, OString > )), typeid( OString( "foo" ) + OString( "bar" )));