sc/qa/uitest/validity/tdf96698.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8416f00bf1cb3ed080347e94842fb6e92c39ba4f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jul 25 18:21:15 2018 +0200
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Wed Jul 25 20:48:55 2018 +0200

    Fix typo
    
    Change-Id: I24e325e2d283c58ea58e8d227a909417e3535484
    Reviewed-on: https://gerrit.libreoffice.org/57995
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sc/qa/uitest/validity/tdf96698.py 
b/sc/qa/uitest/validity/tdf96698.py
index 376f957183eb..c219e044478d 100644
--- a/sc/qa/uitest/validity/tdf96698.py
+++ b/sc/qa/uitest/validity/tdf96698.py
@@ -18,7 +18,7 @@ class tdf96698(UITestCase):
         gridwin = xCalcDoc.getChild("grid_window")
         document = self.ui_test.get_component()
 
-        #A general valitdity check for the entered new content of the active 
cell - especially for text
+        #A general validity check for the entered new content of the active 
cell - especially for text
         #with a custom formula like in Excel is not possible.
         gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "A2"}))
         self.ui_test.execute_dialog_through_command(".uno:Validation")
@@ -134,4 +134,4 @@ class tdf96698(UITestCase):
 
         self.ui_test.close_doc()
 
-# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to