diff --git a/scripts/git-hooks/pre-commit-python.hook b/scripts/git-hooks/pre-commit-python.hook index f97894be99..16a808a7e4 100755 --- a/scripts/git-hooks/pre-commit-python.hook +++ b/scripts/git-hooks/pre-commit-python.hook @@ -11,12 +11,12 @@ NOT_PYCODESTYLE_COMPLIANT_MESSAGE_PRE = \ NOT_PYCODESTYLE_COMPLIANT_MESSAGE_POST = \ "Please fix these errors and commit again, you can do so "\ "from the root directory automatically like this, assuming the whole "\ - "file is to be commited:" + "file is to be committed:" NO_PYCODESTYLE_MESSAGE = \ "You should install the pycodestyle style checker to be able"\ - " to commit in this repo.\nIt allows us to garantee that "\ - "anything that is commited respects the pycodestyle coding style "\ + " to commit in this repo.\nIt allows us to guarantee that "\ + "anything that is committed respects the pycodestyle coding style "\ "standard.\nYou can install it:\n"\ " * on ubuntu, debian: $sudo apt-get install pycodestyle \n"\ " * on fedora: #yum install python3-pycodestyle \n"\