Correct "annouce" spelling

Fixes: #303
This commit is contained in:
Mike Gelfand 2017-07-02 19:18:02 +03:00
parent 27b6884408
commit d46fdda9ea
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ static char* tr_convertAnnounceToScrape(char const* announce)
*walk++ = '\0';
TR_ASSERT(walk - scrape == (int)alloc_len);
}
/* Some torrents with UDP annouce URLs don't have /announce. */
/* Some torrents with UDP announce URLs don't have /announce. */
else if (strncmp(announce, "udp:", 4) == 0)
{
scrape = tr_strdup(announce);