Skip to content

Commit

Permalink
Update BashCompletion.cmake (LMMS#6634)
Browse files Browse the repository at this point in the history
  • Loading branch information
anytizer authored and sakertooth committed May 30, 2023
1 parent 4e3f3b3 commit a587867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/BashCompletion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# - Windows does not support bash completion
# - macOS support should eventually be added for Homebrew (TODO)
IF(WIN32)
MESSAGE(STATUS "Bash competion is not supported on this platform.")
MESSAGE(STATUS "Bash completion is not supported on this platform.")
ELSEIF(APPLE)
MESSAGE(STATUS "Bash completion is not yet implemented for this platform.")
ELSE()
Expand Down

0 comments on commit a587867

Please sign in to comment.