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

New commits:
commit 7b84152bdc580bd7277b96a9bacf63c51e0afa0c
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 4 01:25:54 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 4 07:47:17 2023 +0200

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

diff --git a/sw/qa/uitest/navigator/movechapterupdown.py 
b/sw/qa/uitest/navigator/movechapterupdown.py
index ce73391200ea..c9e41a0971cd 100644
--- a/sw/qa/uitest/navigator/movechapterupdown.py
+++ b/sw/qa/uitest/navigator/movechapterupdown.py
@@ -318,7 +318,7 @@ class movechapterupdown(UITestCase):
             xHeadingsChild2Child1 = xHeadingsChild2.getChild('1')
             self.assertEqual(get_state_as_dict(xHeadingsChild2Child1)["Text"], 
"3.2. Three_B (H2)")
 
-            # Move "A heading of level 3" to its orignal position
+            # Move "A heading of level 3" to its original position
 
             # Double click on the "A heading of level 3" entry to select and 
set focus
             xHeadingsChild1 = xNavigatorPanelContentTreeHeadings.getChild('1')
@@ -375,7 +375,7 @@ class movechapterupdown(UITestCase):
             xHeadingsChild2Child1 = xHeadingsChild2.getChild('1')
             self.assertEqual(get_state_as_dict(xHeadingsChild2Child1)["Text"], 
"3.2. Three_B (H2)")
 
-            # Move "2.1. Two_B (H2)" to its orignal position
+            # Move "2.1. Two_B (H2)" to its original position
 
             # Double click on the "2.1. Two_B (H2)" entry to select and set 
focus
             xHeadingsChild1 = xNavigatorPanelContentTreeHeadings.getChild('1')

Reply via email to