From d46fdda9ea897b7d23fb1ca7c97a5572564209f8 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 2 Jul 2017 19:18:02 +0300 Subject: [PATCH] Correct "annouce" spelling Fixes: #303 --- libtransmission/metainfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/metainfo.c b/libtransmission/metainfo.c index d7da9f564..51b065947 100644 --- a/libtransmission/metainfo.c +++ b/libtransmission/metainfo.c @@ -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);