Skip to content

Commit cd81998

Browse files
committed
Minor typo fix
1 parent 122c464 commit cd81998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream_info/StreamInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private static StreamInfo extractImportantData(
104104
|| (streamInfo.id == null || streamInfo.id.isEmpty())
105105
|| (streamInfo.title == null /* streamInfo.title can be empty of course */)
106106
|| (streamInfo.age_limit == -1)) {
107-
throw new ExtractionException("Some importand stream information was not given.");
107+
throw new ExtractionException("Some important stream information was not given.");
108108
}
109109

110110
return streamInfo;

0 commit comments

Comments
 (0)