docs: fix typos (#21961)

Co-authored-by: Ben Morgan <cassava@iexu.de>
This commit is contained in:
dundargoc
2023-02-20 08:12:59 +01:00
committed by GitHub
parent 8784f064f1
commit b62c0c8d9c
12 changed files with 13 additions and 13 deletions

View File

@@ -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})