mirror of https://github.com/mpv-player/mpv
vo_opengl: fix typo
This commit is contained in:
parent
1f815558b8
commit
c282cd679c
|
@ -111,7 +111,7 @@ static void check_pattern(struct vo *vo, int item)
|
||||||
p->matches++;
|
p->matches++;
|
||||||
} else {
|
} else {
|
||||||
p->mismatches++;
|
p->mismatches++;
|
||||||
MP_WARN(vo, "wrong pattern, exptected %d got %d (hit: %d, mis: %d)\n",
|
MP_WARN(vo, "wrong pattern, expected %d got %d (hit: %d, mis: %d)\n",
|
||||||
expected, item, p->matches, p->mismatches);
|
expected, item, p->matches, p->mismatches);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue