mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix typo
This commit is contained in:
parent
b3aa588650
commit
923cfaab5c
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue