From: Zac Medico Date: Thu, 7 Oct 2010 07:05:26 +0000 (-0700) Subject: Fix spelling of 'wildcards' in --exclude error. X-Git-Tag: v2.1.9.14~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a7735a5feedf765b429f78e0cc0e6a1287a8f62;p=portage.git Fix spelling of 'wildcards' in --exclude error. --- diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index 97d36426d..765164efd 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -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":