docs: fix various typos and misspellings (#2955)

This commit is contained in:
Antoine Cœur
2022-04-21 22:28:38 +08:00
committed by GitHub
parent 0eb1857c6c
commit bdac708762
53 changed files with 91 additions and 92 deletions

View File

@@ -58,7 +58,7 @@
<div class="question">How do I use it?</div>
<div class="answer-thumbnail"><img alt="adding a torrent" src="../gfx/open.png"/></div>
<div class="answer-text">
<p>Download your file's associated 'torrent file' (extension .torrent). These are commonly found at <a href="http://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.</p>
<p>Download your file's associated 'torrent file' (extension .torrent). These are commonly found at <a href="https://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.</p>
<p>Once you have the torrent file, drag it into Transmission - downloading should start immediately.</p>
<p>You can pause and resume transfers at any time, so long as the files remain in your download folder.</p>
<p>It is good etiquette to share or 'seed' the file for a while (ie leave it uploading) once your download is complete.</p>

View File

@@ -17,7 +17,7 @@
<h1>What is the 'Micro Transport Protocol'? </h1>
</div>
<p><a href="http://en.wikipedia.org/wiki/Micro_Transport_Protocol">The Micro Transport Protocol (µTP)</a> is a protocol designed to reduce latency and network congestion. Transfers are automatically slowed down when they are interfering with other applications. This feature is compatible with all other µTP-compatible clients.</p>
<p><a href="https://en.wikipedia.org/wiki/Micro_Transport_Protocol">The Micro Transport Protocol (µTP)</a> is a protocol designed to reduce latency and network congestion. Transfers are automatically slowed down when they are interfering with other applications. This feature is compatible with all other µTP-compatible clients.</p>
<div class="pagetitle">
<h1>Why do I see a red dot and 'Port is closed'? </h1>

View File

@@ -18,11 +18,11 @@
<div class="pagetitle">
<h1>What is 'peer exchange'? </h1>
</div>
<p><a href="http://en.wikipedia.org/wiki/Peer_exchange">Peer Exchange (PEX)</a> is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker. PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Vuze and µTorrent peers.</p>
<p><a href="https://en.wikipedia.org/wiki/Peer_exchange">Peer Exchange (PEX)</a> is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker. PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Vuze and µTorrent peers.</p>
<div class="pagetitle">
<h1>What is the 'distributed hash table'? </h1>
</div>
<p>The <a href="http://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable. It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.</p>
<p>The <a href="https://en.wikipedia.org/wiki/Distributed_hash_table">Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable. It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.</p>
<div class="pagetitle">
<h1>What is encryption? </h1>
</div>