diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-08-01 18:44:02 +0300 |
commit | 0db6fbe0be1545a4f25fcd6993371155b37bbb26 (patch) | |
tree | cea60902967897163026cbc7a37055114e431e1a /CMakeLists.txt | |
parent | Update .gitignore. (diff) | |
download | xz-0db6fbe0be1545a4f25fcd6993371155b37bbb26.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 dd0553ec..b292ab27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1160,7 +1160,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. @@ -1186,7 +1186,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) |