[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 21 23:16:56 UTC 2021


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

New commits:
commit 9b19c772b85e2b19dd6a1296767d99119d54002d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 21 13:34:02 2021 +0100
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Fri Jan 22 00:16:14 2021 +0100

    Fix typo
    
    Change-Id: Id6594ea397f08e1b460d8ba94cb05e674dfa2ba0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109757
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/sw/qa/uitest/writer_tests5/titlePageWizard.py b/sw/qa/uitest/writer_tests5/titlePageWizard.py
index 24d3ff4c53cb..a04ebaf61eff 100644
--- a/sw/qa/uitest/writer_tests5/titlePageWizard.py
+++ b/sw/qa/uitest/writer_tests5/titlePageWizard.py
@@ -81,7 +81,7 @@ class tdf138907(UITestCase):
         self.ui_test.execute_dialog_through_command(".uno:TitlePageDialog")
         xDialog = self.xUITest.getTopFocusWindow()
         print(xDialog.getChildren())
-        #Insert thre title/index pages at page two.
+        #Insert the title/index pages at page two.
         xPageCount = xDialog.getChild("NF_PAGE_COUNT")
         for _ in range(0,2):
             xPageCount.executeAction("UP", tuple())


More information about the Libreoffice-commits mailing list