diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-25 18:21:15 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-25 20:48:55 +0200 |
commit | 8416f00bf1cb3ed080347e94842fb6e92c39ba4f (patch) | |
tree | dc774392677804dec4f43e13d96108d86e2932ff /sc | |
parent | 082c7caecef2658920998b0877683f513c35db34 (diff) |
Fix typo
Change-Id: I24e325e2d283c58ea58e8d227a909417e3535484
Reviewed-on: https://gerrit.libreoffice.org/57995
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/uitest/validity/tdf96698.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |