From 766637dd0683a51a56b9638a4c32971a7c2f7ba4 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 6 Aug 2010 01:20:39 +0200 Subject: Typo fix in help string --- src/pyfedpkg/initial_merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit