From 3223ec8be4175183604d794d93dee57c48a4e137 Mon Sep 17 00:00:00 2001 From: Chuck Atkins <chuck.atkins@kitware.com> Date: Fri, 7 Apr 2017 09:04:57 -0400 Subject: [PATCH] Fix typo in setup-alises --- scripts/developer/git/setup-aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/developer/git/setup-aliases b/scripts/developer/git/setup-aliases index b0f19ae7b..bf2f6c298 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" -- GitLab