summaryrefslogtreecommitdiff
path: root/sw/qa/uitest
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
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')
-rw-r--r--sw/qa/uitest/classification/classification.py2
-rw-r--r--sw/qa/uitest/options/tdf78133.py4
-rw-r--r--sw/qa/uitest/writer_tests/tdf53460.py2
-rw-r--r--sw/qa/uitest/writer_tests4/tdf51352.py4
4 files changed, 6 insertions, 6 deletions
diff --git a/sw/qa/uitest/classification/classification.py b/sw/qa/uitest/classification/classification.py
index ac9988b45aa6..df0384e439f9 100644
--- a/sw/qa/uitest/classification/classification.py
+++ b/sw/qa/uitest/classification/classification.py
@@ -20,7 +20,7 @@ def get_url_for_data_file(file_name):
return get_srcdir_url() + "/sw/qa/uitest/writer_tests/data/" + file_name
#TSCP: add advanced classification dialog https://cgit.freedesktop.org/libreoffice/core/commit/?id=71ee09947d5a71105d64fd225bb3672dfa7ce834
-# This adds a advanced classification dialog, which enables the user
+# This adds an advanced classification dialog, which enables the user
# to manually construct a header/footer message from classification
# properties in cases where the user needs more control. All the
# text is inserted as fields into the end document and can be changed
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")
diff --git a/sw/qa/uitest/writer_tests/tdf53460.py b/sw/qa/uitest/writer_tests/tdf53460.py
index d9748994e48a..f8fc0ad47451 100644
--- a/sw/qa/uitest/writer_tests/tdf53460.py
+++ b/sw/qa/uitest/writer_tests/tdf53460.py
@@ -24,7 +24,7 @@ class tdf53460(UITestCase):
xOkBtn.executeAction("CLICK", tuple())
#-put the cursor inside first cell top left for example
- #-insert a inner table (by default 2x2) inside this cell
+ #-insert an inner table (by default 2x2) inside this cell
self.ui_test.execute_dialog_through_command(".uno:InsertTable")
xDialog = self.xUITest.getTopFocusWindow()
xOkBtn = xDialog.getChild("ok")
diff --git a/sw/qa/uitest/writer_tests4/tdf51352.py b/sw/qa/uitest/writer_tests4/tdf51352.py
index a8ed1ceadf72..d65800854208 100644
--- a/sw/qa/uitest/writer_tests4/tdf51352.py
+++ b/sw/qa/uitest/writer_tests4/tdf51352.py
@@ -25,7 +25,7 @@ class tdf51352(UITestCase):
xOkBtn = xDialog.getChild("ok")
xOkBtn.executeAction("CLICK", tuple())
#-put the cursor inside first cell top left for example
- #-insert a inner table (by default 2x2) inside this cell
+ #-insert an inner table (by default 2x2) inside this cell
self.ui_test.execute_dialog_through_command(".uno:InsertTable")
xDialog = self.xUITest.getTopFocusWindow()
xOkBtn = xDialog.getChild("ok")
@@ -37,7 +37,7 @@ class tdf51352(UITestCase):
xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RIGHT"}))
xWriterEdit.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RIGHT"}))
self.assertEqual(document.TextTables.getCount(), 2)
- #4. From menu "Table->Covert->Table to Text
+ #4. From menu "Table->Convert->Table to Text
self.ui_test.execute_dialog_through_command(".uno:ConvertTableToText")
xDialog = self.xUITest.getTopFocusWindow()
xOkBtn = xDialog.getChild("ok")