From c9f269b88bfcb5ffbf88735a621dedc3cbaf4d49 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 18 May 2024 11:41:53 +0200 Subject: Cleanup: missing word in comment. --- src/wx/text_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/text_view.cc b/src/wx/text_view.cc index 7f60e79f0..bde7b09e9 100644 --- a/src/wx/text_view.cc +++ b/src/wx/text_view.cc @@ -175,6 +175,6 @@ TextView::subtitle_selected (wxListEvent& ev) DCPOMATIC_ASSERT (ev.GetIndex() < int(_start_times.size())); auto lc = _content.lock (); DCPOMATIC_ASSERT (lc); - /* Add on a frame here to work around any rounding errors and make sure land in the subtitle */ + /* Add on a frame here to work around any rounding errors and make sure we land in the subtitle */ _film_viewer.seek(lc, _start_times[ev.GetIndex()] + ContentTime::from_frames(1, _frc->source), true); } -- cgit v1.2.3