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` --- src/io/file-export-cmd.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io/file-export-cmd.cpp') 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 * -- cgit v1.2.3