Skip to content

Commit c9d9bd1

Browse files
committed
Fix typo in ListLinkHandlerFactory#getUrl
1 parent 942d840 commit c9d9bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/linkhandler/ListLinkHandlerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public ListLinkHandler fromQuery(String id,
7474
* however it should not be overridden by the actual implementation.
7575
*
7676
* @param id
77-
* @return the url coresponding to id without any filters applied
77+
* @return the url corresponding to id without any filters applied
7878
*/
7979
public String getUrl(String id) throws ParsingException {
8080
return getUrl(id, new ArrayList<String>(0), "");

0 commit comments

Comments
 (0)