diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-07-02 22:42:34 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2023-07-02 22:42:34 +0200 |
commit | 3631ad358fad88f30fb04afe5bc4efca4ecb1b48 (patch) | |
tree | 841e97027914fb6e5ebc7d0b975cc39b5d501d4c | |
parent | e44602c51a3d67a35f47e22be7831f299b0089bd (diff) |
Fix a typo in a comment
-rw-r--r-- | CMakeLists.txt | 2 |
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") |