(trunk libT) tweak comments to fix inconsistent capitalization

This commit is contained in:
Jordan Lee 2011-03-20 15:56:32 +00:00
parent b16458e038
commit a9f1c9a5a6
1 changed files with 2 additions and 2 deletions

View File

@ -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 )
{