aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror/files
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-08-15 10:58:46 -0700
committerDan Fandrich <danf@mageia.org>2024-08-15 10:58:46 -0700
commit30cd51e9632d3c319b7119bf62849815757bb295 (patch)
tree3e13b7b7b7ab3b56ccaf7613cb0cfe259a0264f6 /modules/gitmirror/files
parente4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (diff)
downloadpuppet-30cd51e9632d3c319b7119bf62849815757bb295.tar
puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.gz
puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.bz2
puppet-30cd51e9632d3c319b7119bf62849815757bb295.tar.xz
puppet-30cd51e9632d3c319b7119bf62849815757bb295.zip
Fix some typos in user-visible strings
Diffstat (limited to 'modules/gitmirror/files')
-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")