aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-07-02 22:42:34 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-07-02 22:42:34 +0200
commit3631ad358fad88f30fb04afe5bc4efca4ecb1b48 (patch)
tree841e97027914fb6e5ebc7d0b975cc39b5d501d4c
parente44602c51a3d67a35f47e22be7831f299b0089bd (diff)
Fix a typo in a comment
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8622b2c4..f833ac5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1530,7 +1530,7 @@ if(APPLE AND "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "")
#
# Pre-Tiger.
#
- # Build liraries and excutables only for 32-bit PowerPC, as
+ # Build liraries and executables only for 32-bit PowerPC, as
# that's all that is supported.
#
set(OSX_LIBRARY_ARCHITECTURES "ppc")