vo_opengl: fix typo

This commit is contained in:
wm4 2015-01-20 20:36:57 +01:00 committed by Diogo Franco (Kovensky)
parent 1f815558b8
commit c282cd679c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
} }