summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-10 12:52:36 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-11 15:52:17 +0100
commitd5c44276a81e85613702567eee59412a2d99bcdd (patch)
tree0f99559dff57cd504395d93a84cd8523ab30a36b
parent6936c38640b0162259cb46980b7a561393aa1bfb (diff)
Comment typo.
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index c97f977b1..01413115b 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -1264,7 +1264,7 @@ Player::emit_video (shared_ptr<PlayerVideo> pv, DCPTime time)
}
}
- /* We need a delay to give a little wiggle room to ensure that relevent subtitles arrive at the
+ /* We need a delay to give a little wiggle room to ensure that relevant subtitles arrive at the
player before the video that requires them.
*/
_delay.push_back (make_pair (pv, time));