diff --git a/scripts/developer/git/setup-aliases b/scripts/developer/git/setup-aliases index b0f19ae7ba08e853b51459dcd103a0a980e662a7..bf2f6c298365f828675fe64fd687482d4592534f 100755 --- a/scripts/developer/git/setup-aliases +++ b/scripts/developer/git/setup-aliases @@ -4,7 +4,7 @@ echo "Setting up git aliases..." if ! which clang-format 1>/dev/null 2>&1 then echo "Warning: ADIOS uses clang-format to enforce style guidelines but no" - echo " clang-format binary was found in tyour path" + echo " clang-format binary was found in your path" fi if ! git config alias.clang-format "!scripts/developer/git/git-clang-format"