diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-05-19 20:41:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-05-19 21:17:16 +0200 |
commit | c4adc2cffe5758b45633522b2ac42948b54f93c8 (patch) | |
tree | 87a60c7153ee534a4ace0021ab71cc60d9060a25 /sw | |
parent | 790135003b03b38a14efb7e0d345188607020a99 (diff) |
Fix typos
Change-Id: I800e966cee8343099fb79f08959ba246a831aee0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115826
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/uitest/writer_tests6/tdf118883.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests6/tdf118883.py b/sw/qa/uitest/writer_tests6/tdf118883.py index 300412344fb0..9a7397d413b1 100644 --- a/sw/qa/uitest/writer_tests6/tdf118883.py +++ b/sw/qa/uitest/writer_tests6/tdf118883.py @@ -32,7 +32,7 @@ class Tdf118883(UITestCase): calc_document = self.ui_test.get_component() - # Without the fix in place, this test would have failed wiht + # Without the fix in place, this test would have failed with # AssertionError: 1 != 0 self.assertEqual(1, calc_document.DrawPages[0].getCount()) |