fix typo
authorMarius Mauch <genone@gentoo.org>
Tue, 16 Oct 2007 14:50:34 +0000 (14:50 -0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 16 Oct 2007 14:50:34 +0000 (14:50 -0000)
svn path=/main/trunk/; revision=8146

pym/_emerge/__init__.py

index 1fcc1fb0d16490265a74733b71b59eb7b4c2f9d5..5eda18d747aaebc4e3764cbef540b28b85d0bee9 100644 (file)
@@ -4244,7 +4244,7 @@ def unmerge(settings, myopts, vartree, unmerge_action, unmerge_files,
                        if not unmerge_files or "world" in unmerge_files:
                                candidate_catpkgs.extend(vartree.dbapi.cp_all())
                        elif "system" in unmerge_files:
-                               candidate_catpkgs.extend(settings.setconfig.getSetsWithAliaes()["system"].getAtoms())
+                               candidate_catpkgs.extend(settings.setconfig.getSetsWithAliases()["system"].getAtoms())
                else:
                        #we've got command-line arguments
                        if not unmerge_files: