Merge pull request #13567 from Chocobo1/typo

Fix typos
This commit is contained in:
Mike Tzou
2020-10-21 11:04:17 +08:00
committed by GitHub
7 changed files with 31 additions and 31 deletions

View File

@@ -42,7 +42,7 @@ namespace
{
bool isBitTorrentInfoHash(const QString &string)
{
// There are 2 represenations for BitTorrent info hash:
// There are 2 representations for BitTorrent info hash:
// 1. 40 chars hex-encoded string
// == 20 (SHA-1 length in bytes) * 2 (each byte maps to 2 hex characters)
// 2. 32 chars Base32 encoded string