Fix typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@10497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1222,7 +1222,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||
}
|
||||
|
||||
if (fpu.has_flush_to_zero() && fpu.has_denormals_are_zero()) {
|
||||
dm->add (DenormalFTZDAZ, _("use FlushToZero and DenormalsAreZerO"));
|
||||
dm->add (DenormalFTZDAZ, _("use FlushToZero and DenormalsAreZero"));
|
||||
}
|
||||
|
||||
add_option (_("Audio"), dm);
|
||||
|
||||
Reference in New Issue
Block a user