From d4fb834c44a2661795ac1ef679fd336078e2ddd7 Mon Sep 17 00:00:00 2001 From: Dmitry Vedenko Date: Tue, 10 Aug 2021 12:46:47 +0300 Subject: [PATCH] Fixes a typo in CMakeLists comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d687b0044..c8c92033d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -520,7 +520,7 @@ add_subdirectory( "cmake-proxies" ) resolve_conan_dependencies() # This libraries have 3d party dependencies. -# Moreover, portmixer is only available for as a part of +# Moreover, portmixer is only available as a part of # Audacity source tree now. cmd_option( ${_OPT}use_portmixer "Build PortMixer support into Audacity" On) if( ${_OPT}use_portmixer )