summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/pyfedpkg/initial_merge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyfedpkg/initial_merge.py b/src/pyfedpkg/initial_merge.py
index 2ab0f9d..49f9b9a 100755
--- a/src/pyfedpkg/initial_merge.py
+++ b/src/pyfedpkg/initial_merge.py
@@ -208,7 +208,7 @@ def get_parser(subparsers):
action='store_const', const=True,
default=False,
help = ('Whether to actually perform the merges. '+
- 'Local tracking branches wil be created anyway.'))
+ 'Local tracking branches will be created anyway.'))
sp.add_argument('repos', metavar='repo-path',
nargs='*', default=['.'],
action=Action,