]> git.ipfire.org Git - thirdparty/git.git/blobdiff - contrib/hooks/multimail/post-receive.example
multimail: fix a few simple spelling errors
[thirdparty/git.git] / contrib / hooks / multimail / post-receive.example
index b9bb11834e1f2f0160ed6b56c4b6cd363006c731..0f98c5a23db146d8855eeb72f4d99370e0089bc9 100755 (executable)
@@ -56,7 +56,7 @@ config = git_multimail.Config('multimailhook')
 
 # Set some Git configuration variables. Equivalent to passing var=val
 # to "git -c var=val" each time git is called, or to adding the
-# configuration in .git/config (must come before instanciating the
+# configuration in .git/config (must come before instantiating the
 # environment) :
 #git_multimail.Config.add_config_parameters('multimailhook.commitEmailFormat=html')
 #git_multimail.Config.add_config_parameters(('user.name=foo', 'user.email=foo@example.com'))