Skip to content
Snippets Groups Projects
Commit 3223ec8b authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Fix typo in setup-alises

parent 8124c9fd
No related branches found
No related tags found
1 merge request!39Fix documentation typos
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment