From 8c7fe8dcbc70b849929386154ced48a6eea11da2 Mon Sep 17 00:00:00 2001 From: Mike O'Connor Date: Sun, 22 Feb 2009 08:34:16 -0500 Subject: [PATCH] some spelling changes Signed-off-by: Mike O'Connor --- dak/contents.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.39.2