From: Jordan Lee Date: Sun, 20 Mar 2011 15:56:32 +0000 (+0000) Subject: (trunk libT) tweak comments to fix inconsistent capitalization X-Git-Tag: 2.30b1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9f1c9a5a6cd86302143681217ce591a925baa62;p=transmission (trunk libT) tweak comments to fix inconsistent capitalization --- diff --git a/libtransmission/utils.c b/libtransmission/utils.c index ab13c7886..72cc3dac4 100644 --- a/libtransmission/utils.c +++ b/libtransmission/utils.c @@ -1017,7 +1017,7 @@ isValidURLChars( const char * url, int url_len ) return TRUE; } -/** @brief return TRUE if the url is a http or https or UDP URL that Transmission understands */ +/** @brief return TRUE if the URL is a http or https or UDP one that Transmission understands */ tr_bool tr_urlIsValidTracker( const char * url ) { @@ -1034,7 +1034,7 @@ tr_urlIsValidTracker( const char * url ) return valid; } -/** @brief return TRUE if the url is a http or https or ftp or sftp url that Transmission understands */ +/** @brief return TRUE if the URL is a http or https or ftp or sftp one that Transmission understands */ tr_bool tr_urlIsValid( const char * url, int url_len ) {