summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2021-11-25 17:07:44 (GMT)
committerGitHub <noreply@github.com>2021-11-25 17:07:44 (GMT)
commit4c9431e9af596af0556e5da0ae99305bafb2b10b (patch)
tree1d0f5726d23b0f868637ef3023ed7fccc9b2eab0 /build
parentdb57809cf189feb2dd690d55abc2884c95c6fc00 (diff)
parent4bdfb08b95ede33d41ad4c722f039b957c0dc612 (diff)
downloadlz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.zip
lz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.tar.gz
lz4-4c9431e9af596af0556e5da0ae99305bafb2b10b.tar.bz2
Merge pull request #1042 from DimitriPapadopoulos/codespell
Fix typos found by codespell
Diffstat (limited to 'build')
-rw-r--r--build/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt
index dacc213..0c15ab5 100644
--- a/build/cmake/CMakeLists.txt
+++ b/build/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
set(LZ4_TOP_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..")
option(LZ4_BUILD_CLI "Build lz4 program" ON)
-option(LZ4_BUILD_LEGACY_LZ4C "Build lz4c progam with legacy argument support" ON)
+option(LZ4_BUILD_LEGACY_LZ4C "Build lz4c program with legacy argument support" ON)
# Parse version information
file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MAJOR REGEX "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$")