From: Wolfgang Bangerth Date: Tue, 31 Oct 2023 14:27:09 +0000 (-0600) Subject: Use proper sentences in error messages. X-Git-Tag: relicensing~327^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16221%2Fhead;p=dealii.git Use proper sentences in error messages. --- diff --git a/contrib/utilities/indent_common.sh b/contrib/utilities/indent_common.sh index 17badd4826..09f2982bc7 100644 --- a/contrib/utilities/indent_common.sh +++ b/contrib/utilities/indent_common.sh @@ -84,9 +84,9 @@ checks() { git log --since "2019-01-01" --format="%aN" --no-merges | sort -u | while read name ; do words=($name) if [ "${#words[@]}" -lt "2" -a "$name" != "dependabot[bot]" ]; then - echo "invalid author '$name' without firstname and lastname" + echo "Invalid author '$name' without firstname and lastname" echo "" - echo "hint: for possible solutions, consult the webpage:" + echo "For possible solutions, consult the following page:" echo " https://github.com/dealii/dealii/wiki/Commit-authorship" exit 2 fi