diff options
author | Yann Collet <Cyan4973@users.noreply.github.com> | 2021-11-25 17:07:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 17:07:44 (GMT) |
commit | 4c9431e9af596af0556e5da0ae99305bafb2b10b (patch) | |
tree | 1d0f5726d23b0f868637ef3023ed7fccc9b2eab0 /Makefile.inc | |
parent | db57809cf189feb2dd690d55abc2884c95c6fc00 (diff) | |
parent | 4bdfb08b95ede33d41ad4c722f039b957c0dc612 (diff) | |
download | lz4-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 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 89bb151..e78298c 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -85,7 +85,7 @@ else POSIX_ENV = No endif -# Avoid symlinks when targetting Windows or building on a Windows host +# Avoid symlinks when targeting Windows or building on a Windows host ifeq ($(WINBASED),yes) LN_SF = cp -p else |