From d55f07e9621d67579986bc24c7bb0cbcddb728f7 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 25 Apr 2021 21:46:55 +0200 Subject: [PATCH] Fix a small typo --- src/wine-host/bridges/vst2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;