diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-06-22 17:56:51 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-06-23 11:57:57 +0200 |
commit | a951ad1e5062b06dcd7d8d11d5d85f4b7bf720da (patch) | |
tree | b85b74568a1317618ed1c34075ed841e964305b1 | |
parent | 648e4106cc002ff5b8184a8c104f93cb06e4b540 (diff) |
Fix typos
Change-Id: Ia1d0c358868e899e121b8331fad17ce36d454f10
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117668
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | sw/qa/uitest/writer_tests/wordCount.py | 2 |
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") |