From: Wolfgang Bangerth Date: Mon, 8 Mar 2021 21:41:11 +0000 (+0100) Subject: Fix a grammar issue. X-Git-Tag: v9.3.0-rc1~356^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11872%2Fhead;p=dealii.git Fix a grammar issue. --- 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}"