From cd819987052301bcfb188da27abe87c9db5856b7 Mon Sep 17 00:00:00 2001 From: Ramon M Date: Sun, 21 May 2017 15:53:54 +0200 Subject: [PATCH] Minor typo fix --- stream_info/StreamInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;