aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindLibIntl.cmake
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-20 08:12:59 +0100
committerGitHub <noreply@github.com>2023-02-20 15:12:59 +0800
commitb62c0c8d9c22ae7fc9ee200733f8312efa6dbced (patch)
tree8d7cef5b70f6a4d1023242a5b37b4ece50837bc6 /cmake/FindLibIntl.cmake
parent8784f064f15e5ae0b6bc85c2972ec16c64656e2b (diff)
downloadrneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.gz
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.tar.bz2
rneovim-b62c0c8d9c22ae7fc9ee200733f8312efa6dbced.zip
docs: fix typos (#21961)
Co-authored-by: Ben Morgan <cassava@iexu.de>
Diffstat (limited to 'cmake/FindLibIntl.cmake')
-rw-r--r--cmake/FindLibIntl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindLibIntl.cmake b/cmake/FindLibIntl.cmake
index 8cc5cb7dd2..d78b39ab40 100644
--- a/cmake/FindLibIntl.cmake
+++ b/cmake/FindLibIntl.cmake
@@ -10,7 +10,7 @@ include(CheckVariableExists)
include(LibFindMacros)
# Append custom gettext path to CMAKE_PREFIX_PATH
-# if installed via Mac Hombrew
+# if installed via Mac Homebrew
if (CMAKE_HOST_APPLE)
find_program(HOMEBREW_PROG brew)
if (EXISTS ${HOMEBREW_PROG})