From: Matthias Maier Date: Thu, 17 May 2018 20:51:40 +0000 (-0500) Subject: fix typos X-Git-Tag: v9.1.0-rc1~1126^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80baf7e91c94a8cde5cbaa9c0588406041bfb0c;p=dealii.git fix typos --- diff --git a/contrib/utilities/compile_clang_format b/contrib/utilities/compile_clang_format index 9140d01306..120edf99d6 100755 --- a/contrib/utilities/compile_clang_format +++ b/contrib/utilities/compile_clang_format @@ -86,5 +86,5 @@ cp bin/clang-format "${CLANG_PATH}"/bin cp ../{CODE_OWNERS,CREDITS,LICENSE}.TXT "${CLANG_PATH}" rm -rf "${tmpdir}" -echo "All done. clang-format succesfully installed into" -echo " ${CLANG_PATH}/clang-6/bin" +echo "All done. clang-format successfully installed into" +echo " ${CLANG_PATH}/bin" diff --git a/contrib/utilities/download_clang_format b/contrib/utilities/download_clang_format index ee7427b962..6c59cbdd3b 100755 --- a/contrib/utilities/download_clang_format +++ b/contrib/utilities/download_clang_format @@ -74,5 +74,5 @@ else fi rm -r "${tmpdir}" -echo "All done. clang-format succesfully installed into" -echo " ${CLANG_PATH}/clang-6/bin" +echo "All done. clang-format successfully installed into" +echo " ${CLANG_PATH}/bin"