From 09757c5e403c6d587ca171db47d5dda6e74f4bd7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Mar 2021 22:41:11 +0100 Subject: [PATCH] Fix a grammar issue. --- 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 bddad8366a..d4cc398218 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -38,7 +38,7 @@ checks() { fi # Add the location 'download_clang_format' or 'compile_clang_format' - # installs clang-format to to the local PATH. + # installs clang-format to the local PATH. CLANG_FORMAT_PATH="$(cd "$(dirname "$0")" && pwd)/programs/clang-6/bin" export PATH="${CLANG_FORMAT_PATH}:${PATH}" -- 2.39.5