summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/uitest/validity/tdf96698.py4
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: