configure.ac | 2 +- sw/qa/uitest/writer_tests/wordCount.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit a951ad1e5062b06dcd7d8d11d5d85f4b7bf720da Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 22 17:56:51 2021 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Wed Jun 23 11:57:57 2021 +0200 Fix typos Change-Id: Ia1d0c358868e899e121b8331fad17ce36d454f10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117668 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> 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") _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits