Skip to content

Commit

Permalink
comment spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cfpp2p committed Jun 3, 2017
1 parent 9bcbada commit fbe0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtransmission/metainfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ tr_convertAnnounceToScrape( const char * announce )
*walk++ = '\0';
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 ) )
{
scrape = tr_strdup( announce );
Expand Down

0 comments on commit fbe0084

Please sign in to comment.