From 0ce6e166a46565b1f4abd237d4b67f646a465c63 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 30 Nov 2021 21:59:42 +0100 Subject: Fix typos Change-Id: I5e41be3f7e650db0019bcd42a3c1c2cb3bc5dd0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126155 Tested-by: Adolfo Jayme Barrientos Reviewed-by: Adolfo Jayme Barrientos --- tools/qa/cppunit/test_color.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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()); -- cgit v1.2.3