Dumb dumb typo in commit bf856744f2

This commit is contained in:
Panu Matilainen 2014-03-04 13:53:26 +02:00
parent 80dee39fb1
commit c5200145fa
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class TransactionSet(TransactionSetCore):
def addReinstall(self, item, key):
header = self._f2hdr(item)
if not TransactionSetCore.addRenstall(self, header, key):
if not TransactionSetCore.addReinstall(self, header, key):
raise rpm.error("adding package to transaction failed")
def addErase(self, item):