From 490deafcbeb82fdfc7c024d2d7c68a9b8e75ef54 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 25 Aug 2023 06:56:34 +0300 Subject: [PATCH] git-hooks/pre-commit-python.hook: Fix typos Part-of: --- scripts/git-hooks/pre-commit-python.hook | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"\