We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122c464 commit cd81998Copy full SHA for cd81998
1 file changed
stream_info/StreamInfo.java
@@ -104,7 +104,7 @@ private static StreamInfo extractImportantData(
104
|| (streamInfo.id == null || streamInfo.id.isEmpty())
105
|| (streamInfo.title == null /* streamInfo.title can be empty of course */)
106
|| (streamInfo.age_limit == -1)) {
107
- throw new ExtractionException("Some importand stream information was not given.");
+ throw new ExtractionException("Some important stream information was not given.");
108
}
109
110
return streamInfo;
0 commit comments