cui/qa/uitest/dialogs/chardlg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4c4d37d00628ced52376f1034ff58f96dc274c95 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 21 21:49:28 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jan 5 19:09:33 2022 +0100 Fix typo Change-Id: I8663c82eac06305a2ce7be131c240eacd2e2de9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127281 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/cui/qa/uitest/dialogs/chardlg.py b/cui/qa/uitest/dialogs/chardlg.py index 631766922a0d..21a1582567a0 100644 --- a/cui/qa/uitest/dialogs/chardlg.py +++ b/cui/qa/uitest/dialogs/chardlg.py @@ -113,7 +113,7 @@ class Test(UITestCase): # Then make sure that '80% lighter' is lum-mod=2000 and lum-off=8000: # Without the accompanying fix in place, this test would have failed with: # AssertionError: 10000 != 2000 - # i.e. the effects where not applied, luminancen modulation was the default instead of a + # i.e. the effects where not applied, luminance modulation was the default instead of a # custom value. self.assertEqual(portion.CharColorLumMod, 2000) self.assertEqual(portion.CharColorLumOff, 8000)