summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-10-30 15:30:48 +0100
committerjvoisin2011-10-30 15:30:48 +0100
commit390171cea314b21a08f236c3a5fc9b663ff53d7c (patch)
treefe35f64d86ddeb4dadf6500966f34db99fde6714
parentaf51a7bc7302e40a9618fd3b3ed7c50c073aab22 (diff)
typo
-rw-r--r--FORMATS4
-rw-r--r--README4
2 files changed, 4 insertions, 4 deletions
diff --git a/FORMATS b/FORMATS
index 524db3a..4d6688b 100644
--- a/FORMATS
+++ b/FORMATS
@@ -99,7 +99,7 @@
99 <extension>.torrent</extension> 99 <extension>.torrent</extension>
100 <support>full</support> 100 <support>full</support>
101 <metadata>torrent</metadata> 101 <metadata>torrent</metadata>
102 <method>remove all the compromizing metadata with a heavy tuned version 102 <method>remove all the compromizing metadata with a heavily tuned version
103 of the bencode lib from Petru Paled</method> 103 of the bencode lib by Petru Paled</method>
104 </format> 104 </format>
105</xml> 105</xml>
diff --git a/README b/README
index ab004d6..7862b16 100644
--- a/README
+++ b/README
@@ -114,8 +114,8 @@ SUPPORTED FORMAT:
114 Torrent (.torrent) 114 Torrent (.torrent)
115 support : full 115 support : full
116 metadata : torrent 116 metadata : torrent
117 method : using the nice bencode lib from Petru Paler, 117 method : using the nice bencode lib by Petru Paler,
118 hardly tuned/rewritten. 118 heavily tuned/rewritten.
119 119
120 120
121HOW TO IMPLEMENT NEW FORMATS: 121HOW TO IMPLEMENT NEW FORMATS: