From 8ba5bc4729a04919e4416d8e84cfab28e1d7801c Mon Sep 17 00:00:00 2001 From: acceptacross <150119116+acceptacross@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:44:42 +0800 Subject: [PATCH] chore: fix some typos (#3949) Signed-off-by: acceptacross --- lib/Makefile | 2 +- programs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 754c90960..8bfdade9f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 diff --git a/programs/Makefile b/programs/Makefile index 6cd5c1eee..4dcd84105 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -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