Fixed a spelling error in a debug message in RemoteVstPlugin::load. (#3279)
This commit is contained in:
committed by
Tres Finocchiaro
parent
e56d318618
commit
604e5aeaa4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user