Comment typo.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Jan 2022 11:52:36 +0000 (12:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Jan 2022 14:52:17 +0000 (15:52 +0100)
src/lib/player.cc

index c97f977b132d8b188be1a12c043d437ef14a65cd..01413115b48af9a507566b37e2c41cb590c16a3b 100644 (file)
@@ -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));