summaryrefslogtreecommitdiffstats
path: root/pyload/database/FileDatabase.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/database/FileDatabase.py')
-rw-r--r--pyload/database/FileDatabase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/database/FileDatabase.py b/pyload/database/FileDatabase.py
index c03136f9a..bdc0f5994 100644
--- a/pyload/database/FileDatabase.py
+++ b/pyload/database/FileDatabase.py
@@ -522,7 +522,7 @@ class FileHandler:
self.core.pullManager.addEvent(e)
def checkPackageFinished(self, pyfile):
- """ checks if package is finished and calls hookmanager """
+ """ checks if package is finished and calls AddonManager """
ids = self.db.getUnfinished(pyfile.packageid)
if not ids or (pyfile.id in ids and len(ids) == 1):