mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
git-hooks/pre-commit-python.hook: Fix typos
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6652>
This commit is contained in:
parent
a12881e2e4
commit
490deafcbe
1 changed files with 3 additions and 3 deletions
|
@ -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"\
|
||||||
|
|
Loading…
Reference in a new issue