]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
chore: fix some typos (#3949)
authoracceptacross <150119116+acceptacross@users.noreply.github.com>
Tue, 12 Mar 2024 15:44:42 +0000 (23:44 +0800)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2024 15:44:42 +0000 (11:44 -0400)
Signed-off-by: acceptacross <csqcqs@gmail.com>
lib/Makefile
programs/Makefile

index 754c909609d598bc227063c58569bf6176a37c2e..8bfdade9f12b2743e51f77d8863f1c9e6fa1544c 100644 (file)
@@ -8,7 +8,7 @@
 # You may select, at your option, one of the above-listed licenses.
 # ################################################################
 
-# default target (when runing `make` with no argument)
+# default target (when running `make` with no argument)
 lib-release:
 
 # Modules
index 6cd5c1eee552272b29421eaa5f811885dbd13cbf..4dcd84105bb5ae474b64060fb0ecc5a2fb6c7aed 100644 (file)
@@ -15,7 +15,7 @@
 # zstd-decompress : decompressor-only version of zstd
 # ##########################################################################
 
-# default target (when runing `make` with no argument)
+# default target (when running `make` with no argument)
 zstd-release:
 
 LIBZSTD_MK_DIR = ../lib