diff --git a/stream_info/StreamInfo.java b/stream_info/StreamInfo.java index e99293ae..1c9148d3 100644 --- a/stream_info/StreamInfo.java +++ b/stream_info/StreamInfo.java @@ -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;