From 923cfaab5c8daebd0ff78d65594edaf359f13e67 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 2 Jan 2009 21:27:43 +0000 Subject: [PATCH] Fix typo --- deluge/plugins/blocklist/blocklist/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/plugins/blocklist/blocklist/core.py b/deluge/plugins/blocklist/blocklist/core.py index 21531e6c6..997ce3b5b 100644 --- a/deluge/plugins/blocklist/blocklist/core.py +++ b/deluge/plugins/blocklist/blocklist/core.py @@ -57,7 +57,7 @@ FORMATS = { 'spzip': ["SafePeer Text (Zipped)", PGZip], 'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader], 'p2bgz': ["PeerGuardian P2B (GZip)", PGReader], - 'pgtextgz': ["PeerGuaedian Text (GZip)", PGTextReaderGzip] + 'pgtextgz': ["PeerGuardian Text (GZip)", PGTextReaderGzip] } class Core(CorePluginBase):