sw/qa/uitest/writer_tests/tdf156165.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9807d927a00e538af1561889fd897154ad9f3349
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 29 13:02:24 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 29 14:00:45 2023 +0200

    Fix typo
    
    Change-Id: I2402ff95f4b9e66bf9ee7321a3e5db55cd10787f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155051
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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"}))

Reply via email to