summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-06-22 17:56:51 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-06-23 11:57:57 +0200
commita951ad1e5062b06dcd7d8d11d5d85f4b7bf720da (patch)
treeb85b74568a1317618ed1c34075ed841e964305b1 /sw
parent648e4106cc002ff5b8184a8c104f93cb06e4b540 (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>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/writer_tests/wordCount.py2
1 files changed, 1 insertions, 1 deletions
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")