From: Mike O'Connor Date: Sun, 22 Feb 2009 13:34:16 +0000 (-0500) Subject: some spelling changes X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=8c7fe8dcbc70b849929386154ced48a6eea11da2;hp=603d8ace7d4f942c999c29556bde38ec2516b9a8;p=dak.git some spelling changes Signed-off-by: Mike O'Connor --- diff --git a/dak/contents.py b/dak/contents.py index dbd94f92..c7d47bd3 100644 --- a/dak/contents.py +++ b/dak/contents.py @@ -70,10 +70,10 @@ OPTIONS supress all output but errors -s, --suite={stable,testing,unstable,...} - only operate on a signle suite + only operate on a single suite -a, --arch={i386,amd64} - only operate on a signle architecture + only operate on a single architecture """ sys.exit(exit_code) @@ -82,7 +82,7 @@ OPTIONS # where in dak.conf all of our configuration will be stowed options_prefix = "Contents" -options_prefix = "%s::Opitons" % options_prefix +options_prefix = "%s::Options" % options_prefix log = logging.getLogger()