From: Carl Hetherington Date: Mon, 10 Jan 2022 11:52:36 +0000 (+0100) Subject: Comment typo. X-Git-Tag: v2.15.183~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=5cb5c48441b20c478eb29001cebe3b08c0422341 Comment typo. --- diff --git a/src/lib/player.cc b/src/lib/player.cc index f7b75babc..25f4131be 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -1263,7 +1263,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));