From c80baf7e91c94a8cde5cbaa9c0588406041bfb0c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 17 May 2018 15:51:40 -0500 Subject: [PATCH] fix typos --- contrib/utilities/compile_clang_format | 4 ++-- contrib/utilities/download_clang_format | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.5