diff options
author | Richard Fearn <richardfearn@gmail.com> | 2012-10-13 23:32:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-13 21:50:14 -0700 |
commit | 7703477ab9fcb96ee1d2555c85b7499d8c3d69eb (patch) | |
tree | 214be41c41f83ce0293897b2aff7c4dbb654c8ee /contrib/hooks | |
parent | gitweb.cgi: fix "comitter_tz" typo in feed (diff) | |
download | tgif-7703477ab9fcb96ee1d2555c85b7499d8c3d69eb.tar.xz |
Fix spelling error in post-receive-email hook
Signed-off-by: Richard Fearn <richardfearn@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/hooks')
-rwxr-xr-x | contrib/hooks/post-receive-email | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 01af9df15e..b2171a092e 100755 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -403,7 +403,7 @@ generate_update_branch_email() echo " \\" echo " O -- O -- O ($oldrev)" echo "" - echo "The removed revisions are not necessarilly gone - if another reference" + echo "The removed revisions are not necessarily gone - if another reference" echo "still refers to them they will stay in the repository." rewind_only=1 else |