summaryrefslogtreecommitdiff
path: root/libs/ardour/ladspa_plugin.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-04 05:03:18 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-04 05:03:18 +0000
commitc2a612f0a55d12270b530f7cd06768fcc12110ea (patch)
tree3af6110a7c508482c1549a6b6470d599b74fb81f /libs/ardour/ladspa_plugin.cc
parentb75112adea575f39c4c8f1068ac57f7d679981a2 (diff)
sfdb_v3. only in the backend currently.
git-svn-id: svn://localhost/trunk/ardour2@237 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ladspa_plugin.cc')
-rw-r--r--libs/ardour/ladspa_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ladspa_plugin.cc b/libs/ardour/ladspa_plugin.cc
index 18a9dd3e95..2c72eb6b12 100644
--- a/libs/ardour/ladspa_plugin.cc
+++ b/libs/ardour/ladspa_plugin.cc
@@ -426,7 +426,7 @@ LadspaPlugin::set_state(const XMLNode& node)
LocaleGuard lg (X_("POSIX"));
if (node.name() != state_node_name()) {
- error << _("Bad node send to LadspaPlugin::set_state") << endmsg;
+ error << _("Bad node sent to LadspaPlugin::set_state") << endmsg;
return -1;
}