diff --git a/libtransmission/metainfo.c b/libtransmission/metainfo.c index 09ccd3400a..ac63e4496e 100644 --- a/libtransmission/metainfo.c +++ b/libtransmission/metainfo.c @@ -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 );