]> granicus.if.org Git - transmission/commitdiff
(trunk libT) trivial commit fixing typo in the comments from r12297
authorJordan Lee <jordan@transmissionbt.com>
Thu, 7 Apr 2011 06:54:03 +0000 (06:54 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Thu, 7 Apr 2011 06:54:03 +0000 (06:54 +0000)
libtransmission/announcer.c

index 45f0f669a0aeccc4f316e0ee942d0ae4fe3ee397..d79e8ab79cf68a97fe45b93ab872164f08ec65a0 100644 (file)
@@ -300,7 +300,7 @@ get_next_scrape_time( int interval )
     const time_t now = tr_time( );
 
     /* Add the interval, and then increment to the nearest 10th second.
-     * The latter step is to increas the odds of several torrents coming
+     * The latter step is to increase the odds of several torrents coming
      * due at the same time to improve multiscrape. */
     return (now+interval) + (10-((now+interval)%10));
 }