]> git.donarmstrong.com Git - dak.git/commitdiff
some spelling changes
authorMike O'Connor <stew@vireo.org>
Sun, 22 Feb 2009 13:34:16 +0000 (08:34 -0500)
committerMike O'Connor <stew@vireo.org>
Sun, 22 Feb 2009 13:34:16 +0000 (08:34 -0500)
Signed-off-by: Mike O'Connor <stew@vireo.org>
dak/contents.py

index dbd94f92676732eb753e55124fef21f9753e0a9d..c7d47bd32f5536d4bb1d18fb2c709dde82f6ea15 100644 (file)
@@ -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()