Fix typos

This commit is contained in:
Robbert van der Helm
2020-04-09 00:40:50 +02:00
parent aefb3e5b90
commit b5b3b69f67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ PluginBridge::PluginBridge(std::string plugin_dll_path,
}
// It's very important that these sockets are accepted to in the same order
// in the Linus plugin
// in the Linux plugin
host_vst_dispatch.connect(socket_endpoint);
host_vst_dispatch_midi_events.connect(socket_endpoint);
vst_host_callback.connect(socket_endpoint);