]> git.neil.brown.name Git - git.git/commitdiff
templates/hooks: fix minor typo in the sample update-hook
authorMartin Amdisen <martin.amdisen@praqma.com>
Thu, 25 Feb 2016 08:10:12 +0000 (09:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2016 17:32:20 +0000 (09:32 -0800)
Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/hooks--update.sample

index d84758373da1d3121ec907435ae5d598c5c14b26..80ba94135cc378364af9d3cb2450df48e51faf2c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# An example hook script to blocks unannotated tags from entering.
+# An example hook script to block unannotated tags from entering.
 # Called by "git receive-pack" with arguments: refname sha1-old sha1-new
 #
 # To enable this hook, rename this file to "update".