summaryrefslogtreecommitdiffstats
path: root/testfiles
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-12-07 15:42:54 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-12-13 07:26:34 +0000
commitccfb83dd7eb85287b931343b46487ee8389bc7c1 (patch)
tree4b05ad37884be1420e0d574d02923bb27166881d /testfiles
parentremove obsolete URI cxxtests (diff)
downloadinkscape-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.cpp4
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);