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.