Fix comment.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Nov 2019 13:13:41 +0000 (14:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Nov 2019 13:13:41 +0000 (14:13 +0100)
src/lib/player.cc

index 0cef941f8fd43dbeba198a02552b7534a1015149..baf9b20680b10da6f439c189459569da2b5b2a18 100644 (file)
@@ -635,7 +635,7 @@ Player::pass ()
                if (_last_audio_time) {
                        /* Sometimes the thing that happened last finishes fractionally before
                           or after this silence.  Bodge the start time of the silence to fix it.
-                          I think is nothing too bad to worry about since we will just add or
+                          I think this is nothing to worry about since we will just add or
                           remove a little silence at the end of some content.
                        */
                        int64_t const error = labs(period.from.get() - _last_audio_time->get());