diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-03 00:11:10 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-03 00:11:10 -0700 |
commit | a32cc7511fe9d7ffa5f91bcd4e0023505e886754 (patch) | |
tree | 9cfaefe66a2759e55a63c90145cc2d5e7bab8f5e | |
parent | 3631ad358fad88f30fb04afe5bc4efca4ecb1b48 (diff) |
Fix *another* typo.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f833ac5b..81d9da3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1530,7 +1530,7 @@ if(APPLE AND "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "") # # Pre-Tiger. # - # Build liraries and executables only for 32-bit PowerPC, as + # Build libraries and executables only for 32-bit PowerPC, as # that's all that is supported. # set(OSX_LIBRARY_ARCHITECTURES "ppc") |