about summary refs log tree commit diff
path: root/third_party/git/contrib/hooks/post-receive-email
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/contrib/hooks/post-receive-email')
-rwxr-xr-xthird_party/git/contrib/hooks/post-receive-email2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/contrib/hooks/post-receive-email b/third_party/git/contrib/hooks/post-receive-email
index ff565eb3d8..8747b84334 100755
--- a/third_party/git/contrib/hooks/post-receive-email
+++ b/third_party/git/contrib/hooks/post-receive-email
@@ -329,7 +329,7 @@ generate_update_branch_email()
 	#
 	#  git rev-parse --not --all | grep -v $(git rev-parse $refname)
 	#
-	# Gets us to something pretty safe (apart from the small time
+	# Get's us to something pretty safe (apart from the small time
 	# between refname being read, and git rev-parse running - for that,
 	# I give up)
 	#