git-hooks/pre-commit-python.hook: Fix typos

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6652>
This commit is contained in:
Jordan Petridis 2023-08-25 06:56:34 +03:00 committed by GStreamer Marge Bot
parent a12881e2e4
commit 490deafcbe

View file

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