summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_formats.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-11 09:23:43 -0400
commitec06f2c49f1986493b5b9b6b684d00037c373f4f (patch)
tree77d0759f236a6205714fc09ead56300218423356 /libs/ardour/ardour/export_formats.h
parent6048d2cd2319976c039843e3981013e42350dc3a (diff)
spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig
Diffstat (limited to 'libs/ardour/ardour/export_formats.h')
-rw-r--r--libs/ardour/ardour/export_formats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/export_formats.h b/libs/ardour/ardour/export_formats.h
index 076bb90d3d..4c9c205725 100644
--- a/libs/ardour/ardour/export_formats.h
+++ b/libs/ardour/ardour/export_formats.h
@@ -54,13 +54,13 @@ class LIBARDOUR_API ExportFormat : public ExportFormatBase, public ExportFormatB
bool has_sample_format ();
bool sample_format_is_compatible (SampleFormat format) const;
- /* If the format has a specific sample format, this function should be overriden
+ /* If the format has a specific sample format, this function should be overridden
* if the format has a selectable sample format, do not override this!
*/
virtual SampleFormat get_explicit_sample_format () const { return SF_None; }
- /* If the above is not overriden, this one should be */
+ /* If the above is not overridden, this one should be */
virtual ExportFormat::SampleFormat default_sample_format () const { return SF_None; }