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 | |
| parent | remove obsolete URI cxxtests (diff) | |
| download | inkscape-ccfb83dd7eb85287b931343b46487ee8389bc7c1.tar.gz inkscape-ccfb83dd7eb85287b931343b46487ee8389bc7c1.zip | |
Misc. source comment typo fixes
Found via `codespell`
| -rw-r--r-- | src/io/file-export-cmd.cpp | 6 | ||||
| -rw-r--r-- | testfiles/src/object-style-test.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/io/file-export-cmd.cpp b/src/io/file-export-cmd.cpp index 299ecc599..e969e1087 100644 --- a/src/io/file-export-cmd.cpp +++ b/src/io/file-export-cmd.cpp @@ -5,7 +5,7 @@ * * Copyright (C) 2018 Tavmjong Bah * - * Git blame shows that bulia byak is the main author of the orignal export code from + * Git blame shows that bulia byak is the main author of the original export code from * main.cpp. Other authors of note include Nicolas Dufour, Vinicius dos Santos Oliveira, and Bob * Jamison; none of whom bothered to add their names to the copyright of main.cc. * @@ -176,7 +176,7 @@ InkFileExportCmd::get_filename_out(std::string filename_in, std::string object_i // // Check for file name. // if (filename_out.empty()) { - // std::cerr << "InkFileExportCmd::do_export: Could not determine ouput file name!" << std::endl; + // std::cerr << "InkFileExportCmd::do_export: Could not determine output file name!" << std::endl; // return (std::string()); // } @@ -188,7 +188,7 @@ InkFileExportCmd::get_filename_out(std::string filename_in, std::string object_i // } // } } - + /** * Perform an SVG export * 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); |
