From: Zac Medico Date: Tue, 10 Jun 2008 01:05:45 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_pre8~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=813298f674cff918c1b932b69cc64cfb3da3a633;p=portage.git Fix typo. svn path=/main/trunk/; revision=10628 --- diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 12dbd5f14..f07cc5cdd 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -2411,7 +2411,7 @@ class dblink(object): msg.append("") eerror(msg) - owners = self.vartree.dbapi._owners.get_owners(files) + owners = self.vartree.dbapi._owners.get_owners(collisions) self.vartree.dbapi.flush_cache() for pkg, owned_files in owners.iteritems():