diff options
Diffstat (limited to 'testfiles/src/object-style-test.cpp')
| -rw-r--r-- | testfiles/src/object-style-test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
