]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/hooks/post-receive-email
Fix spelling errors in code comments
[thirdparty/git.git] / contrib / hooks / post-receive-email
index 8747b84334f35fd378f51e6a9a433cfacc630960..ff565eb3d8811d04356c590e8d0a5c92288eb30b 100755 (executable)
@@ -329,7 +329,7 @@ generate_update_branch_email()
        #
        #  git rev-parse --not --all | grep -v $(git rev-parse $refname)
        #
-       # Get's us to something pretty safe (apart from the small time
+       # Gets us to something pretty safe (apart from the small time
        # between refname being read, and git rev-parse running - for that,
        # I give up)
        #