More typo fixes :S

This commit is contained in:
Nils Vogels 2014-05-05 00:53:53 +02:00
parent 96ff54c255
commit b7aa62c553

View file

@ -257,7 +257,7 @@ class GenericProvider:
itemList += self._doSearch(curString)
# remove duplicate items
if len(itemLisT):
if len(itemList):
itemList = list(set(itemList))
for item in itemList: