summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/strings/test_oustring_compare.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/strings/test_oustring_compare.cxx b/sal/qa/rtl/strings/test_oustring_compare.cxx
index 77f2fb7f293f..da3cd57bd9ea 100644
--- a/sal/qa/rtl/strings/test_oustring_compare.cxx
+++ b/sal/qa/rtl/strings/test_oustring_compare.cxx
@@ -78,7 +78,7 @@ void test::oustring::Compare::compareToIgnoreAsciiCase()
void test::oustring::Compare::compareTo()
{
// test that embedded NUL does not stop the compare
- // this sort of thing is how we assing shape ids in oox
+ // this sort of thing is how we assign shape ids in oox
sal_Unicode str1[2] = { '\0', 'x' };
sal_Unicode str2[2] = { '\0', 'y' };