Skip to content

Commit

Permalink
Fixed typo (#6652)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGHFunRun authored Feb 23, 2023
1 parent 5b84b65 commit ac08051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/VstBase/RemoteVstPlugin32.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ELSEIF(LMMS_BUILD_LINUX)
INCLUDE(CheckWineGcc)
CheckWineGcc(32 "${WINEGCC}" WINEGCC_WORKING)
IF(NOT WINEGCC_WORKING)
MESSAGE(WARNING "winegcc fails to complie 32-bit binaries, please make sure you have 32-bit GCC libraries")
MESSAGE(WARNING "winegcc fails to compile 32-bit binaries, please make sure you have 32-bit GCC libraries")
RETURN()
ENDIF()
ExternalProject_Add(RemoteVstPlugin32
Expand Down

0 comments on commit ac08051

Please sign in to comment.