From 574f6ebd9b802898a1cc0191473e929850425552 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 7 Feb 2019 16:58:06 +0000 Subject: [PATCH] Projucer: Fixed a typo in the legacy VST binary copy location setting documentation in the VS exporter --- extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index df3ea3ae96..07b45041fd 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -332,7 +332,7 @@ public: if (project.shouldBuildVST()) props.add (new TextPropertyComponentWithEnablement (vstBinaryLocation, pluginBinaryCopyStepValue, "VST (Legacy) Binary Location", 1024, false), - "The folder in which the compiled lehacy VST binary should be placed."); + "The folder in which the compiled legacy VST binary should be placed."); }