From 40d0d74ce4ff6e5bcb80a70a05625e2133f8723a Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 22 Feb 2018 22:59:11 +0000 Subject: [PATCH] Fixed a typo in a comment --- modules/juce_audio_processors/format_types/juce_VST3Headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index 9e64b982e9..b33acf5bd4 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -91,7 +91,7 @@ #include #include #else - // needed for VST_VSERION + // needed for VST_VERSION #include #include