From 950d3b3e506d4805900c2f8c0c416986b7fca444 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 7 Aug 2014 01:36:06 +0400 Subject: [PATCH] Correct English grammar --- add-pubkey/post-checkout | 2 +- hooks/post-checkout-touch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add-pubkey/post-checkout b/add-pubkey/post-checkout index bf63ef0..7394a62 100755 --- a/add-pubkey/post-checkout +++ b/add-pubkey/post-checkout @@ -1,7 +1,7 @@ #!/bin/sh # post-checkout hook that compiles python files to byte code -# if branch was changed or remove byte code files for a specific branch +# if branch was changed or removes byte code files for a specific branch prev_HEAD="$1" new_HEAD="$2" diff --git a/hooks/post-checkout-touch b/hooks/post-checkout-touch index 5bd00a2..b91425a 100755 --- a/hooks/post-checkout-touch +++ b/hooks/post-checkout-touch @@ -1,6 +1,6 @@ #!/bin/sh -# post-checkout hook that change timestamps on files to that one of the commit +# post-checkout hook that changes timestamps on files to that one of the commit # if branch was changed prev_HEAD="$1" -- 2.39.2