From: Victor Julien Date: Fri, 5 May 2023 18:41:17 +0000 (+0200) Subject: scripts: spelling X-Git-Tag: suricata-7.0.0-rc2~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe867a302c94e97a78c24763b9ddb3f975571495;p=thirdparty%2Fsuricata.git scripts: spelling --- diff --git a/scripts/clang-format.sh b/scripts/clang-format.sh index 89b1423101..fe16db07af 100755 --- a/scripts/clang-format.sh +++ b/scripts/clang-format.sh @@ -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"