diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-21 21:49:28 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-05 19:09:33 +0100 |
commit | 4c4d37d00628ced52376f1034ff58f96dc274c95 (patch) | |
tree | 158ee64a5c4e9e2ce02fabfba1ffc62f338223c8 /cui/qa/uitest/dialogs | |
parent | 3773dd5bb42f78300446b8c6c0b5c58b8bbb3728 (diff) |
Fix typo
Change-Id: I8663c82eac06305a2ce7be131c240eacd2e2de9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127281
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/qa/uitest/dialogs')
-rw-r--r-- | cui/qa/uitest/dialogs/chardlg.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |