summaryrefslogtreecommitdiffstats
path: root/contrib/hooks/post-receive-email
diff options
context:
space:
mode:
authorRichard Fearn <richardfearn@gmail.com>2012-10-14 00:32:50 +0200
committerJunio C Hamano <gitster@pobox.com>2012-10-14 06:50:14 +0200
commit7703477ab9fcb96ee1d2555c85b7499d8c3d69eb (patch)
tree214be41c41f83ce0293897b2aff7c4dbb654c8ee /contrib/hooks/post-receive-email
parentgitweb.cgi: fix "comitter_tz" typo in feed (diff)
downloadgit-7703477ab9fcb96ee1d2555c85b7499d8c3d69eb.tar.xz
git-7703477ab9fcb96ee1d2555c85b7499d8c3d69eb.zip
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 '')
-rwxr-xr-xcontrib/hooks/post-receive-email2
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