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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 09:35:31 UTC 2018


 sc/qa/uitest/calc_tests6/autocorrectOptions.py   |    2 +-
 sw/qa/uitest/writer_tests5/autocorrectOptions.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit db01b26d2e7d6626b7504fc7ee6ba6aac50e6098
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Nov 13 23:20:57 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 14 10:35:09 2018 +0100

    Fix typo
    
    Change-Id: I6761bc281a1db0aef044eb2887083920b23470c9
    Reviewed-on: https://gerrit.libreoffice.org/63349
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/qa/uitest/calc_tests6/autocorrectOptions.py b/sc/qa/uitest/calc_tests6/autocorrectOptions.py
index 89a05900cbcf..ecd9082b6263 100644
--- a/sc/qa/uitest/calc_tests6/autocorrectOptions.py
+++ b/sc/qa/uitest/calc_tests6/autocorrectOptions.py
@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase):
         self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows)   #we have default nr of rules
 
         select_pos(xTabs, "1")     #tab Exceptions
-        #abbrevations
+        #abbreviations
         abbrev = xDialog.getChild("abbrev")
         newabbrev = xDialog.getChild("newabbrev")
         delabbrev = xDialog.getChild("delabbrev")
diff --git a/sw/qa/uitest/writer_tests5/autocorrectOptions.py b/sw/qa/uitest/writer_tests5/autocorrectOptions.py
index e335c6a47152..648dd218e506 100644
--- a/sw/qa/uitest/writer_tests5/autocorrectOptions.py
+++ b/sw/qa/uitest/writer_tests5/autocorrectOptions.py
@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase):
         self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows)   #we have default nr of rules
 
         select_pos(xTabs, "1")     #tab Exceptions
-        #abbrevations
+        #abbreviations
         abbrev = xDialog.getChild("abbrev")
         newabbrev = xDialog.getChild("newabbrev")
         delabbrev = xDialog.getChild("delabbrev")


More information about the Libreoffice-commits mailing list