From fbe0084f1fe05d98173cbc067a64fc4efa4fd768 Mon Sep 17 00:00:00 2001 From: cfpp2p Date: Sat, 3 Jun 2017 02:50:39 -0500 Subject: [PATCH] comment spelling correction --- libtransmission/metainfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );