Fix typo
This commit is contained in:
parent
b3aa588650
commit
923cfaab5c
@ -57,7 +57,7 @@ FORMATS = {
|
|||||||
'spzip': ["SafePeer Text (Zipped)", PGZip],
|
'spzip': ["SafePeer Text (Zipped)", PGZip],
|
||||||
'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader],
|
'pgtext': ["PeerGuardian Text (Uncompressed)", TextReader],
|
||||||
'p2bgz': ["PeerGuardian P2B (GZip)", PGReader],
|
'p2bgz': ["PeerGuardian P2B (GZip)", PGReader],
|
||||||
'pgtextgz': ["PeerGuaedian Text (GZip)", PGTextReaderGzip]
|
'pgtextgz': ["PeerGuardian Text (GZip)", PGTextReaderGzip]
|
||||||
}
|
}
|
||||||
|
|
||||||
class Core(CorePluginBase):
|
class Core(CorePluginBase):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user