Fix spelling of 'wildcards' in --exclude error.
authorZac Medico <zmedico@gentoo.org>
Thu, 7 Oct 2010 07:05:26 +0000 (00:05 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 7 Oct 2010 07:12:04 +0000 (00:12 -0700)
pym/_emerge/main.py

index 97d36426d6fd0d8be991eb3628d2d9a75ea706e3..765164efd6b06af9077b01fe799f8f32860e657f 100644 (file)
@@ -798,7 +798,7 @@ def parse_opts(tmpcmdline, silent=False):
                                        exclude.append(atom)
 
                if bad_atoms and not silent:
-                       parser.error("Invalid Atom(s) in --exclude parameter: '%s' (only package names and slot atoms (with widlcards) allowed)\n" % \
+                       parser.error("Invalid Atom(s) in --exclude parameter: '%s' (only package names and slot atoms (with wildcards) allowed)\n" % \
                                (",".join(bad_atoms),))
 
        if myoptions.fail_clean == "True":