summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/options/tdf78133.py
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 21:05:39 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 22:21:44 +0200
commit8fe5161a9e36d8285c489da7167d7cca27cb0f1d (patch)
tree7566fa92bc54c1efe04c8b1ae71c6a819b73a5e4 /sw/qa/uitest/options/tdf78133.py
parent3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (diff)
Fix typos
Change-Id: I2238961a7b124652e90e948e27a6ca9d98dc54ac Reviewed-on: https://gerrit.libreoffice.org/76826 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/qa/uitest/options/tdf78133.py')
-rw-r--r--sw/qa/uitest/options/tdf78133.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/uitest/options/tdf78133.py b/sw/qa/uitest/options/tdf78133.py
index d5da200becd7..7d0ecaad6adb 100644
--- a/sw/qa/uitest/options/tdf78133.py
+++ b/sw/qa/uitest/options/tdf78133.py
@@ -30,7 +30,7 @@ class tdf78133(UITestCase):
xLOEntry.executeAction("EXPAND", tuple())
xLoAppColorsEntry = xLOEntry.getChild('8')
xLoAppColorsEntry.executeAction("SELECT", tuple()) #Applications Colors
- #change text boundaries chckbox, save
+ #change text boundaries checkbox, save
docboundaries = xDialog.getChild("docboundaries")
docboundaries.executeAction("CLICK", tuple())
xOKBtn = xDialog.getChild("ok")
@@ -44,7 +44,7 @@ class tdf78133(UITestCase):
xLOEntry.executeAction("EXPAND", tuple())
xLoAppColorsEntry = xLOEntry.getChild('8')
xLoAppColorsEntry.executeAction("SELECT", tuple()) #Applications Colors
- #change text boundaries chckbox, save
+ #change text boundaries checkbox, save
docboundaries = xDialog.getChild("docboundaries")
self.assertEqual(get_state_as_dict(docboundaries)["Selected"], "false")
xOKBtn = xDialog.getChild("ok")