Minor typo fix

This commit is contained in:
Ramon M 2017-05-21 15:53:54 +02:00
parent 122c464bb4
commit cd81998705
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class StreamInfo extends AbstractStreamInfo {
|| (streamInfo.id == null || streamInfo.id.isEmpty())
|| (streamInfo.title == null /* streamInfo.title can be empty of course */)
|| (streamInfo.age_limit == -1)) {
throw new ExtractionException("Some importand stream information was not given.");
throw new ExtractionException("Some important stream information was not given.");
}
return streamInfo;