mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-10-06 00:23:15 +02:00
Fix typo
This commit is contained in:
@@ -115,7 +115,7 @@ public final class Utils {
|
||||
}
|
||||
|
||||
if (!Parser.isMatch(pattern, url.toLowerCase())) {
|
||||
throw new ParsingException("Url don't match the pattern");
|
||||
throw new ParsingException("Url doesn't match the pattern");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user