summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_table.py
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 15:46:15 +0200
committerjan iversen <jani@documentfoundation.org>2016-10-03 13:47:47 +0000
commit874035190625de4d82d357e61cc5bcf785c7b9fe (patch)
tree9c92f216edc81a44d48bea8d6b269151dbaf33c6 /sw/qa/python/check_table.py
parent8f9af8dd970d8e2a620beb35a6ce145d65d18df5 (diff)
Fix typos
Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203 Reviewed-on: https://gerrit.libreoffice.org/29439 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw/qa/python/check_table.py')
-rw-r--r--sw/qa/python/check_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/python/check_table.py b/sw/qa/python/check_table.py
index 61b93583ab14..6ea619a3804b 100644
--- a/sw/qa/python/check_table.py
+++ b/sw/qa/python/check_table.py
@@ -282,7 +282,7 @@ class CheckTable(unittest.TestCase):
xTable.getCellByPosition(1, 0).String = 'Cell 1 0'
xTable.getCellByPosition(2, 0).String = 'Cell 2 0'
self._check_table(xTable) # ... to ensure the rest was untouched
- # check disconnected table excepts, but doesnt crash
+ # check disconnected table excepts, but doesn't crash
xTable2 = xDoc.createInstance("com.sun.star.text.TextTable")
xTable2.initialize(3, 3)
with self.assertRaises(Exception):