From 507fa239ddffd2ed1f186d0a51016c85d9c2b5a9 Mon Sep 17 00:00:00 2001 From: Bimal Poudel Date: Wed, 8 Feb 2023 00:16:10 -0700 Subject: [PATCH] Update BashCompletion.cmake (#6634) --- cmake/modules/BashCompletion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/BashCompletion.cmake b/cmake/modules/BashCompletion.cmake index c3916f201..7301e82aa 100644 --- a/cmake/modules/BashCompletion.cmake +++ b/cmake/modules/BashCompletion.cmake @@ -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()