vo: fix typo in comment

This commit is contained in:
wm4 2020-02-09 18:32:28 +01:00
parent ee4a8f0d57
commit c9963c1368
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ enum mp_voctrl {
VOCTRL_SET_PANSCAN,
VOCTRL_SET_EQUALIZER,
// Trigger by any change to mp_vo_opts. This is for convenience. In theory,
// Triggered by any change to mp_vo_opts. This is for convenience. In theory,
// you could install your own listener.
VOCTRL_VO_OPTS_CHANGED,