X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_formats.h;h=4c9c2057256da84ff586088e2d8564205bc259c9;hb=11a68f7dd38e72c3e497569a60cb0740a33b78cf;hp=076bb90d3dfec027532e626b97d374b1d74bb9fe;hpb=e279b9892b467aa823e253d97b6e9504cca0e252;p=ardour.git 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; }