From cd09de44d057778254602959d747b36f82858bec Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:32:06 +0200 Subject: [PATCH] Fix typos found by codespell Reviewed-by: Kurt Roeckx Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/24949) (cherry picked from commit 7d91d5ba35a69808f6083695ed1f83570ae0a43e restricted to util/check-format-commit.sh) --- util/check-format-commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/check-format-commit.sh b/util/check-format-commit.sh index d1b344f16d3..93f5c22bfcb 100755 --- a/util/check-format-commit.sh +++ b/util/check-format-commit.sh @@ -65,7 +65,7 @@ else COMMIT_RANGE=$COMMIT_RANGE^..$COMMIT_RANGE fi -# Create an iteratable list of files to check formatting on, +# Create an iterable list of files to check formatting on, # including the line ranges that are changed by the commits # It produces output of this format: # , -- 2.47.2