(trunk libT) tweak comments to fix inconsistent capitalization
This commit is contained in:
parent
b16458e038
commit
a9f1c9a5a6
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue