zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit a89918b1f8018cc1b1e7d067ec62499ed3e2fc94
parent 8f1f616b796954de6e5ec011a0516fe2d7ecd42e
Author: Johannes Lorenz <[email protected]>
Date:   Sat, 19 Oct 2019 08:47:26 +0200

Fix typo

Diffstat:
Msrc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -96,7 +96,7 @@ SET (NoNeonPlease False CACHE BOOL SET (PluginLibDir "lib" CACHE STRING "Install directory for plugin libraries PREFIX/PLUGIN_LIB_DIR/{lv2,vst}") SET (DemoMode FALSE CACHE BOOL "Enable 10 minute silence") -SET (ZynFusionDir "" CACHE STRING "Developers only: zest binary's dir; useful if fusion is not system-instealled.") +SET (ZynFusionDir "" CACHE STRING "Developers only: zest binary's dir; useful if fusion is not system-installed.") mark_as_advanced(FORCE ZynFusionDir) # Now, handle the incoming settings and set define flags/variables based