Fix comment typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 4 Dec 2024 23:52:32 +0000 (00:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 9 Dec 2024 00:40:29 +0000 (01:40 +0100)
src/lib/text_decoder.cc

index 36909c2ee3554a27ac0d7f879a0a3138ab8b20d5..db072eda67ac930aeb9218ae97b0dfb95af450bb 100644 (file)
@@ -199,7 +199,7 @@ TextDecoder::emit_plain_start (ContentTime from, sub::Subtitle const & sub_subti
                                        /* Align our subtitles to the bottom of the screen, because if we are making a SMPTE
                                         * DCP and the projection system uses the wrong standard to interpret vertical position,
                                         * a bottom-aligned subtitle will be less wrong than a top-aligned one.  This is because
-                                        * in the top-aligned case the difference will be the distance between bbox top an
+                                        * in the top-aligned case the difference will be the distance between bbox top and
                                         * baseline, but in the bottom-aligned case the difference will be between bbox bottom
                                         * and baseline (which is shorter).
                                         */