Skip to content

Commit 48fe780

Browse files
committed
fixed typo
1 parent eb7e8ee commit 48fe780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epgsearch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ string SearchTimer::LoadFromQuery(QueryHandler& q)
243243
if (repeatsWithinDays > 0) m_repeatsWithinDays = repeatsWithinDays;
244244

245245
//int m_blacklistmode
246-
//std::vecotr< std::string > m_blacklist_IDs;
246+
//std::vector< std::string > m_blacklist_IDs;
247247
//m_blacklistmode: 0=no, 1=Selection, 2=all
248248
//to be implemented, requires array-support in QueryHandler for xml/html and json -> html param-parser has to be impelemented???
249249
//and blacklist ids should be added to the webservice output

0 commit comments

Comments
 (0)