diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-12-07 15:42:54 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-12-13 07:26:34 +0000 |
| commit | ccfb83dd7eb85287b931343b46487ee8389bc7c1 (patch) | |
| tree | 4b05ad37884be1420e0d574d02923bb27166881d /testfiles | |
| parent | remove obsolete URI cxxtests (diff) | |
| download | inkscape-ccfb83dd7eb85287b931343b46487ee8389bc7c1.tar.gz inkscape-ccfb83dd7eb85287b931343b46487ee8389bc7c1.zip | |
Misc. source comment typo fixes
Found via `codespell`
Diffstat (limited to 'testfiles')
| -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); |
