Skip to content

Commit 41b77ef

Browse files
absurdlylongusernameStypox
authored andcommitted
Fix typo
1 parent 5fcd971 commit 41b77ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extractor/src/main/java/org/schabi/newpipe/extractor/utils

extractor/src/main/java/org/schabi/newpipe/extractor/utils/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static void checkUrl(final String pattern, final String url) throws Parsi
115115
}
116116

117117
if (!Parser.isMatch(pattern, url.toLowerCase())) {
118-
throw new ParsingException("Url don't match the pattern");
118+
throw new ParsingException("Url doesn't match the pattern");
119119
}
120120
}
121121

0 commit comments

Comments
 (0)