Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tools and contrib spelling mistakes
[simgrid.git] / tools / git-hooks / clang-format.pre-commit
index c3e404b..ccaa385 100755 (executable)
@@ -198,7 +198,7 @@ printf "\nThe following differences were found between the code to commit "
 printf "and the clang-format rules:\n\n"
 cat "${patch}"
 
-printf "\nYou can apply these changes and readd the files with:\n"
+printf "\nYou can apply these changes and read the files with:\n"
 printf "  git apply ${patch} &&  git apply --cached ${patch}\n"
 printf "(call this command from the root directory of your repository)\n"
 printf "\n\n\n"