sw/qa/uitest/writer_tests8/tdf150443.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d529e6290a26dcf44a683b252921b2015fb5719
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Mar 4 16:38:48 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Mar 4 18:17:27 2024 +0100

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

diff --git a/sw/qa/uitest/writer_tests8/tdf150443.py 
b/sw/qa/uitest/writer_tests8/tdf150443.py
index 91937551a4b3..1dbb74b58918 100644
--- a/sw/qa/uitest/writer_tests8/tdf150443.py
+++ b/sw/qa/uitest/writer_tests8/tdf150443.py
@@ -27,7 +27,7 @@ class tdf150443(UITestCase):
                 xsearch.executeAction("CLICK", tuple())  #first search
                 xToolkit.processEventsToIdle()
                 page = get_state_as_dict(xWriterEdit)["CurrentPage"]
-                # page may depend on font subsitution, just check it moved
+                # page may depend on font substitution, just check it moved
                 self.assertTrue(page == "4" or page == "5")
 
             # reject the tracked table row in Manage Changes dialog window

Reply via email to