]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typos found by codespell
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Sun, 21 Jul 2024 09:32:06 +0000 (11:32 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Sat, 26 Oct 2024 17:33:39 +0000 (19:33 +0200)
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(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

index d1b344f16d33c5fa0401bfbfdc95f32ad9c2d35c..93f5c22bfcbbad216913b0b730ec68679882f5e5 100755 (executable)
@@ -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:
 # <file name> <change start line>, <change line count>