summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index 0def821ef6..16aee32a3c 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -565,7 +565,7 @@ ExportHandler::write_cue_header (CDMarkerStatus & status)
MOTOROLA = "header-less" audio (44.1 kHz, 16 Bit, big endian),
and MP3
- We try to use these file types whenever appropriate and
+ We try to use these file types whenever appropriate and
default to our own names otherwise.
*/
status.out << "FILE \"" << Glib::path_get_basename(status.filename) << "\" ";
@@ -860,7 +860,7 @@ ExportHandler::cue_escape_cdtext (const std::string& txt)
}
// does not do much mor than UTF-8 to Latin1 translation yet, but
- // that may have to change if cue parsers in burning programs change
+ // that may have to change if cue parsers in burning programs change
out = '"' + latin1_txt + '"';
return out;