summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--sw/qa/uitest/writer_tests/wordCount.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0a0530197c9b..7ab1d3c802cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5378,7 +5378,7 @@ if test "$enable_xmlhelp" = yes; then
AC_MSG_RESULT([yes])
else
if test "$with_help" = yes; then
- add_warning "Building the XML help, but LO with disabled xmlhelp support. Generated help can't be accesssed from this LO build!"
+ add_warning "Building the XML help, but LO with disabled xmlhelp support. Generated help can't be accessed from this LO build!"
fi
AC_MSG_RESULT([no])
fi
diff --git a/sw/qa/uitest/writer_tests/wordCount.py b/sw/qa/uitest/writer_tests/wordCount.py
index 5a655077782b..eed3215a22c7 100644
--- a/sw/qa/uitest/writer_tests/wordCount.py
+++ b/sw/qa/uitest/writer_tests/wordCount.py
@@ -69,7 +69,7 @@ class writerWordCount(UITestCase):
self.assertEqual(get_state_as_dict(xselectchars)["Text"], "15")
self.assertEqual(get_state_as_dict(xdocchars)["Text"], "54")
self.assertEqual(get_state_as_dict(xselectcharsnospaces)["Text"], "12")
- #bug Bug 117703 Word Count: Wrong result for "Characters excluding spaces"
+ #Bug 117703 Word Count: Wrong result for "Characters excluding spaces"
#self.assertEqual(get_state_as_dict(xdoccharsnospaces)["Text"], "44")
self.assertEqual(get_state_as_dict(xselectcjkchars)["Text"], "0")
self.assertEqual(get_state_as_dict(xdoccjkchars)["Text"], "0")