From aa975e8b92811aaa97583439a18145c77d8229bb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 May 2022 10:27:48 -0600 Subject: [PATCH] Fix a typo. --- contrib/utilities/indent_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5