summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-29 13:02:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-29 14:00:45 +0200
commit9807d927a00e538af1561889fd897154ad9f3349 (patch)
tree362e0b07868816af81a84daf6762bd265ae92ffc /sw
parent0f43960ec87229f15f9138d83072bb1f510fa9b2 (diff)
Fix typo
Change-Id: I2402ff95f4b9e66bf9ee7321a3e5db55cd10787f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155051 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/writer_tests/tdf156165.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests/tdf156165.py b/sw/qa/uitest/writer_tests/tdf156165.py
index 69d1928bb8ce..de6a5713a826 100644
--- a/sw/qa/uitest/writer_tests/tdf156165.py
+++ b/sw/qa/uitest/writer_tests/tdf156165.py
@@ -31,7 +31,7 @@ class tdf156165(UITestCase):
# Replace Custom Styles is default to be false
self.assertEqual("false", get_state_as_dict(checkbox)["IsChecked"])
- # Replace Custom Styles when applying manully with it disabled, should not change style
+ # Replace Custom Styles when applying manually with it disabled, should not change style
writer_edit.executeAction("SELECT", mkPropertyValues({"END_POS": "0", "START_POS": "12"}))
self.xUITest.executeCommand(".uno:AutoFormatApply")
sleep(1)
@@ -58,7 +58,7 @@ class tdf156165(UITestCase):
checkbox.executeAction("CLICK", tuple())
self.assertEqual("true", get_state_as_dict(checkbox)["IsChecked"])
- # Replace Custom Styles when applying manully with it enabled, should change style
+ # Replace Custom Styles when applying manually with it enabled, should change style
writer_edit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "DOWN"}))
writer_edit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "DOWN"}))
writer_edit.executeAction("SELECT", mkPropertyValues({"END_POS": "0", "START_POS": "12"}))