summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-08 15:37:08 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-08 15:37:08 +0000
commitc8921ea277ad6321ed4c699e5106fc53fbcdad71 (patch)
treeab191f15ab47dd4e4dacbd899d2d5420d07e3b57 /gtk2_ardour/rc_option_editor.cc
parent07e62f3988c9dce430d270a3f52a8a65d0688010 (diff)
Fix typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@10497 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index d4b9d4fc50..31cbba521b 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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);