From: Wolfgang Bangerth Date: Mon, 16 May 2022 16:27:48 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.4.0-rc1~210^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa975e8b92811aaa97583439a18145c77d8229bb;p=dealii.git Fix a typo. --- diff --git a/contrib/utilities/indent_common.sh b/contrib/utilities/indent_common.sh index a171d9a7fe..256983a7a9 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -144,7 +144,7 @@ fix_or_report() export -f fix_or_report # -# In order to format .cc and .h files we have to make sure that we override +# In order to format .cc and .h files we have to make sure that we overwrite # the source/header file only if the actual contents changed. # Unfortunately, clang-format isn't exactly helpful there. Thus, use a # temporary file and diff as a workaround.