Skip to content

Commit

Permalink
Fixed a spelling error in a debug message in RemoteVstPlugin::load. (L…
Browse files Browse the repository at this point in the history
  • Loading branch information
basistime authored and tresf committed Jan 21, 2017
1 parent d0af2ab commit 54953a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vst_base/RemoteVstPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 54953a3

Please sign in to comment.