summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-30 21:59:42 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-12-01 06:03:13 +0100
commit0ce6e166a46565b1f4abd237d4b67f646a465c63 (patch)
treeab8852ed8c5a4a66088e9cc5e48f158c0ae953e9 /tools/qa/cppunit
parent4ac9032163cf55c160145373e7c41741c9c339ca (diff)
Fix typos
Change-Id: I5e41be3f7e650db0019bcd42a3c1c2cb3bc5dd0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126155 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'tools/qa/cppunit')
-rw-r--r--tools/qa/cppunit/test_color.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qa/cppunit/test_color.cxx b/tools/qa/cppunit/test_color.cxx
index 3dd4225cb20f..02f23fb3b81d 100644
--- a/tools/qa/cppunit/test_color.cxx
+++ b/tools/qa/cppunit/test_color.cxx
@@ -170,7 +170,7 @@ void Test::test_ApplyLumModOff()
// Kind of blue.
Color aColor(0x44, 0x72, 0xC4);
- // PowerPoint calls this "Ligher 40%".
+ // PowerPoint calls this "Lighter 40%".
aColor.ApplyLumModOff(6000, 4000);
CPPUNIT_ASSERT_EQUAL(OUString("8faadc"), aColor.AsRGBHexString());