Fix typo.
authorCarl Hetherington <carl@carlh.net>
Tue, 8 Nov 2011 15:37:08 +0000 (15:37 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 8 Nov 2011 15:37:08 +0000 (15:37 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10497 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/rc_option_editor.cc

index d4b9d4fc5093615a733e95191ff09c003ded4c30..31cbba521b9211886cebec0ec19c6bed8b979c40 100644 (file)
@@ -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);