From d5c44276a81e85613702567eee59412a2d99bcdd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Jan 2022 12:52:36 +0100 Subject: [PATCH] Comment typo. --- src/lib/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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)); -- 2.30.2