summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2013-01-09 15:05:04 +0000
committerColin Fletcher <colin.m.fletcher@googlemail.com>2013-01-09 15:05:04 +0000
commit6ed562f182edf02434685e9af62921724a38370f (patch)
tree762779211db6c523440d96df0bbcac8ef6da507e /libs/ardour/ladspa_plugin.cc
parente51cc06133cd731b3ee26047987c21d0993b751f (diff)
A few more typo fixes in libardour.
git-svn-id: svn://localhost/ardour2/branches/3.0@13813 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index be3fefdaac..cebff59771 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -293,8 +293,8 @@ LadspaPlugin::set_parameter (uint32_t which, float val)
#endif
} else {
- warning << string_compose (_("illegal parameter number used with plugin \"%1\". This may"
- "indicate a change in the plugin design, and presets may be"
+ warning << string_compose (_("illegal parameter number used with plugin \"%1\". This may "
+ "indicate a change in the plugin design, and presets may be "
"invalid"), name())
<< endmsg;
}