From b5b3b69f67399949f008b71c421d081a82418942 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 9 Apr 2020 00:40:50 +0200 Subject: [PATCH] Fix typos --- src/common/logging.h | 2 +- src/wine-host/plugin-bridge.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/logging.h b/src/common/logging.h index 79aef611..8bec6209 100644 --- a/src/common/logging.h +++ b/src/common/logging.h @@ -70,7 +70,7 @@ class Logger { * constants in `logging.cpp` for more information. * * @param prefix A message to prepend for every log message, useful to - * differentiate between the Wine process and the Linus VST plugin. + * differentiate between the Wine process and the Linux VST plugin. */ static Logger create_from_environment(std::string prefix = ""); diff --git a/src/wine-host/plugin-bridge.cpp b/src/wine-host/plugin-bridge.cpp index 54cb6ee6..64f874cc 100644 --- a/src/wine-host/plugin-bridge.cpp +++ b/src/wine-host/plugin-bridge.cpp @@ -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);