Fix typos

Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
This commit is contained in:
Bartosz Rumiński 2020-10-12 19:56:53 +02:00 committed by GitHub
parent 8c38a5509e
commit 9d63211a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ public class YoutubeChannelLinkHandlerFactory extends ListLinkHandlerFactory {
/**
* Returns true if path conform to
* custom short channel urls like youtube.com/yourcustomname
* custom short channel URLs like youtube.com/yourcustomname
*
* @param splitPath path segments array
* @return true - if value conform to short channel url, false - not
* @return true - if value conform to short channel URL, false - not
*/
private boolean isCustomShortChannelUrl(String[] splitPath) {
return splitPath.length == 1 &&