aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-13 23:05:54 -0700
committerJunio C Hamano <gitster@pobox.com>2012-10-13 23:05:54 -0700
commit42e55a5f5709642cb7a56ecad8b706341f0eb38a (patch)
tree2c478969f0325f052afd54344be0b97778d6e7bb /contrib
parentfc364c767a8223a1bc291ffbd84292d167f9c420 (diff)
parent7703477ab9fcb96ee1d2555c85b7499d8c3d69eb (diff)
downloadgit-42e55a5f5709642cb7a56ecad8b706341f0eb38a.tar.gz
git-42e55a5f5709642cb7a56ecad8b706341f0eb38a.tar.xz
Merge branch 'maint'
* maint: Fix spelling error in post-receive-email hook
Diffstat (limited to 'contrib')
-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 01af9df15..b2171a092 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