diff --git a/src/wine-host/bridges/vst2.h b/src/wine-host/bridges/vst2.h index c765e1f1..c9c1cf95 100644 --- a/src/wine-host/bridges/vst2.h +++ b/src/wine-host/bridges/vst2.h @@ -78,7 +78,7 @@ class Vst2Bridge : public HostBridge { /** * With the `audioMasterGetTime` host callback the plugin expects the return * value from the calblack to be a pointer to a VstTimeInfo struct. If the - * host did not support a certain time info query, than we'll store the + * host did not support a certain time info query, then we'll store the * returned null pointer as a nullopt. */ std::optional time_info;