Skip to content

Commit

Permalink
Update BashCompletion.cmake (#6634)
Browse files Browse the repository at this point in the history
  • Loading branch information
anytizer authored Feb 8, 2023
1 parent 9d5d86d commit 507fa23
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 507fa23

Please sign in to comment.