From d7d5725ae9ae8e5691f4239a9da19a9fc3d7c158 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 19 Jan 2021 18:02:35 +0100 Subject: [PATCH] Fix typo --- src/plugin/bridges/vst2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/bridges/vst2.cpp b/src/plugin/bridges/vst2.cpp index ba01a44f..2c6e2a0a 100644 --- a/src/plugin/bridges/vst2.cpp +++ b/src/plugin/bridges/vst2.cpp @@ -428,7 +428,7 @@ intptr_t Vst2PluginBridge::dispatch(AEffect* /*plugin*/, logger.log_event(true, opcode, index, value, nullptr, option, std::nullopt); - // REAPEr requires `audioMasterSizeWindow()` calls to be done from + // REAPER requires `audioMasterSizeWindow()` calls to be done from // the GUI thread. In every other host this doesn't make a // difference, but in REAPER the FX window only resizes when this is // called from here.