aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-xmodules/gitmirror/files/on-the-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/files/on-the-pull b/modules/gitmirror/files/on-the-pull
index fb1c410d..416b75a4 100755
--- a/modules/gitmirror/files/on-the-pull
+++ b/modules/gitmirror/files/on-the-pull
@@ -320,7 +320,7 @@ e.g. curl --header 'Content-Type: x-git/repo' --data 'my/repo/name' http://local
help="The branch to track on clone. If you pass '--mirror' (the default) as the branch name we will clone as a bare mirror")
parser.add_option("-c", "--cmd",
type="string", dest="cmd", default="",
- help="Third party command to exectue after updates. It will execute in the "
+ help="Third party command to execute after updates. It will execute in the "
"folder of the repo and if we're not in mirror mode, a treeish will be "
"passed as the only argument containing the refs that changed otherwise "
"the command will be run without any arguments")