From ec06f2c49f1986493b5b9b6b684d00037c373f4f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Sep 2015 09:23:43 -0400 Subject: spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmölnig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ardour/plugin_insert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/plugin_insert.cc') diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index e09cce8f5a..855c3a610c 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -523,7 +523,7 @@ PluginInsert::set_parameter (Evoral::Parameter param, float val) if (ac) { ac->set_value(val); } else { - warning << "set_parameter called for nonexistant parameter " + warning << "set_parameter called for nonexistent parameter " << EventTypeMap::instance().to_symbol(param) << endmsg; } -- cgit v1.2.3