summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-09 18:32:28 +0100
committerwm4 <wm4@nowhere>2020-02-09 18:32:28 +0100
commitc9963c13685d8f6eed6101eed3bebe075a5efda1 (patch)
tree123e1158cb10c2424ae894887ef0926f38679318
parentee4a8f0d577974ddbf1fc2c4a0e0055fab783119 (diff)
downloadmpv-c9963c13685d8f6eed6101eed3bebe075a5efda1.tar.bz2
mpv-c9963c13685d8f6eed6101eed3bebe075a5efda1.tar.xz
vo: fix typo in comment
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 52e78dc502..c983667725 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -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,