]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use proper sentences in error messages. 16221/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 31 Oct 2023 14:27:09 +0000 (08:27 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 31 Oct 2023 14:27:09 +0000 (08:27 -0600)
contrib/utilities/indent_common.sh

index 17badd482697d875dc1c5dfb0faeb6241be30182..09f2982bc7f39158aba6d62a630035006c1ee55d 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.