From ccfb83dd7eb85287b931343b46487ee8389bc7c1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 7 Dec 2018 10:42:54 -0500 Subject: Misc. source comment typo fixes Found via `codespell` --- testfiles/src/object-style-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testfiles/src/object-style-test.cpp') diff --git a/testfiles/src/object-style-test.cpp b/testfiles/src/object-style-test.cpp index 7b73b43c2..9331eda65 100644 --- a/testfiles/src/object-style-test.cpp +++ b/testfiles/src/object-style-test.cpp @@ -145,7 +145,7 @@ TEST_F(ObjectTest, StyleSource) { } /* - * Test the breaking up of the font property and recreation into seperate properties. + * Test the breaking up of the font property and recreation into separate properties. */ TEST_F(ObjectTest, StyleFont) { ASSERT_TRUE(doc != nullptr); @@ -167,7 +167,7 @@ TEST_F(ObjectTest, StyleFont) { } /* - * Test the consumption of font dependant lengths in SPILength, e.g. EM, EX and % units + * Test the consumption of font dependent lengths in SPILength, e.g. EM, EX and % units */ TEST_F(ObjectTest, StyleFontSizes) { ASSERT_TRUE(doc != nullptr); -- cgit v1.2.3