]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
scripts: spelling
authorVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 18:41:17 +0000 (20:41 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 12:50:43 +0000 (14:50 +0200)
scripts/clang-format.sh

index 89b14231011a907c0bb15eeeaea233ec423890df..fe16db07af41b47abc378fa78c026577d0dea092 100755 (executable)
@@ -589,7 +589,7 @@ if [ $((clang_format_version_major + 0)) -lt $((CLANG_FORMAT_REQUIRED_VERSION +
     Die "Require clang version $CLANG_FORMAT_REQUIRED_VERSION, found $clang_format_version_major ($clang_format_version)."
 fi
 
-# overwite git-clang-version for --diffstat as upstream does not have that yet
+# overwrite git-clang-version for --diffstat as upstream does not have that yet
 RequireProgram GIT_CLANG_FORMAT_DIFFSTAT scripts/git-clang-format-custom
 if [ "$GIT_CLANG_FORMAT_BINARY" != "clang-format" ]; then
     GIT_CLANG_FORMAT="$GIT_CLANG_FORMAT --binary $GIT_CLANG_FORMAT_BINARY"