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 61077bf..ccaa385 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 # Copyright (c) 2015, David Martin. All rights reserved.
-# Copyright (c) 2017-2018. The SimGrid team. All rights reserved.
+# Copyright (c) 2017-2020. The SimGrid team. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -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"