From c289c20b885a3e490fe38d078f7e80baf57b795f Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 7 Dec 2011 01:03:35 +0200 Subject: [PATCH] Spelling --- syncpackage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syncpackage b/syncpackage index 9f0b8a5..ca39b16 100755 --- a/syncpackage +++ b/syncpackage @@ -517,7 +517,7 @@ def parse(): "upload.") parser.add_option("-s", "--sponsor", metavar="USERNAME", dest="sponsoree", default=None, - help="Sponsor the sync for USERNAME (a launchpad " + help="Sponsor the sync for USERNAME (a Launchpad " "username).") parser.add_option("-v", "--verbose", action="store_true", default=False, @@ -542,10 +542,10 @@ def parse(): help="Show what would be done, but don't actually do " "it.") - no_lp = optparse.OptionGroup(parser, "Local sync preperation options", + no_lp = optparse.OptionGroup(parser, "Local sync preparation options", "Options that only apply when using --no-lp. " "WARNING: The use of --no-lp is not recommended for uploads " - "targetted at Ubuntu. " + "targeted at Ubuntu. " "The archive-admins discourage its use, except for fakesyncs.") no_lp.add_option("--no-lp", dest="lp", action="store_false", default=True,