diff --git a/plugins/vst_base/RemoteVstPlugin.cpp b/plugins/vst_base/RemoteVstPlugin.cpp index 6b6c72e94ca..97e1e3a6a2f 100644 --- a/plugins/vst_base/RemoteVstPlugin.cpp +++ b/plugins/vst_base/RemoteVstPlugin.cpp @@ -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; }