Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo in a trace message
  • Loading branch information
mario-tux committed Sep 19, 2014
1 parent c7bfb7c commit f419834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/opentv.c
Expand Up @@ -272,7 +272,7 @@ static void *_opentv_apply_pattern_list(char *buf, size_t size_buf, const char *
int size;

if (!l) return NULL;
/* search and report the first matching */
/* search and report the first match */
TAILQ_FOREACH(p, l, p_links)
if (p->compiled && !regexec(p->compiled, text, 2, match, 0) && match[1].rm_so != -1) {
size = MIN(match[1].rm_eo - match[1].rm_so, size_buf - 1);
Expand Down

0 comments on commit f419834

Please sign in to comment.