Fixed a spelling error in a debug message in RemoteVstPlugin::load. (#3279)

This commit is contained in:
projectpitchin
2017-01-20 18:15:59 -06:00
committed by Tres Finocchiaro
parent e56d318618
commit 604e5aeaa4

View File

@@ -737,7 +737,7 @@ bool RemoteVstPlugin::load( const std::string & _plugin_file )
m_plugin = mainEntry( hostCallback );
if( m_plugin == NULL )
{
debugMessage( "mainEntry prodecure returned NULL\n" );
debugMessage( "mainEntry procedure returned NULL\n" );
return false;
}