From 92a09832d8ef9af058bb342f45ea7292835323ad Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 27 Jan 2022 21:18:12 +0100 Subject: [PATCH] Fix a typo in a comment in the plugin lookup --- src/plugin/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp index 1a457f03..fc2c8b25 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -164,7 +164,7 @@ fs::path find_plugin_library(const fs::path& this_plugin_path, } break; case PluginType::vst3: { // A VST3 plugin in Linux always has to be inside of a bundle (= - // directory) named `X.vst3` that contains a static object + // directory) named `X.vst3` that contains a shared object // `X.vst3/Contents/x86_64-linux/X.so`. On Linux `X.so` is not // allowed to be standalone, so for yabridge this should also always // be installed this way.