Fix typos (#12)

This commit is contained in:
Coffeemaker
2017-06-29 19:34:21 +02:00
committed by TheAssassin
parent ab530381cf
commit 7581c1200b
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ public class ChannelInfoItemCollector extends InfoItemCollector {
public ChannelInfoItem extract(ChannelInfoItemExtractor extractor) throws ParsingException {
ChannelInfoItem resultItem = new ChannelInfoItem();
// importand information
// important information
resultItem.channelName = extractor.getChannelName();
resultItem.serviceId = getServiceId();