diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 20:02:21 +0800 |
commit | 42df7c7aa1cca385e509eb33c65136e61890f0bf (patch) | |
tree | c537bd6d60be9ac2d71ca3d7f887cde8d8e92ed1 /CMakeLists.txt | |
parent | Update .gitignore. (diff) | |
download | xz-42df7c7aa1cca385e509eb33c65136e61890f0bf.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a12abc3..ee7cdc8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1179,7 +1179,7 @@ if(NOT MSVC AND HAVE_GETOPT_LONG) # of these environments set the UNIX variable so they will try to # make the symlinks. The ability for Cygwin and MSYS2 to make # broken symlinks is determined by the CYGWIN and MSYS2 environment - # variables, repectively. Broken symlinks are needed for the man + # variables, respectively. Broken symlinks are needed for the man # page symlinks and for determining if the xz and lzma symlinks need # to depend on the xz target or not. If broken symlinks cannot be # made then the xz binary must be created before the symlinks. @@ -1205,7 +1205,7 @@ if(NOT MSVC AND HAVE_GETOPT_LONG) # So, the only case we care about for broken symlinks is # "nativestrict" since all other values mean that broken # symlinks are allowed. If the env variable is not set the - # default is "native". If the env varaiable is set but not + # default is "native". If the env variable is set but not # assigned one of the four values, then the default is the same # as option 1 "lnk". string(FIND "$ENV{CYGWIN}" "winsymlinks:nativestrict" SYMLINK_POS) |