From 874035190625de4d82d357e61cc5bcf785c7b9fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 15:46:15 +0200 Subject: Fix typos Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203 Reviewed-on: https://gerrit.libreoffice.org/29439 Reviewed-by: jan iversen Tested-by: jan iversen --- sw/qa/python/check_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/qa/python/check_table.py') 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): -- cgit