Comment typo.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 23:51:26 +0000 (23:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 23:51:26 +0000 (23:51 +0000)
src/wx/film_viewer.cc

index ebd929ff9197af966dec8c786479497f4c3b03cb..f2381b17a2f69ae0a26f9862d4c25ccd2ba1fdab 100644 (file)
@@ -498,7 +498,7 @@ bool
 FilmViewer::stop ()
 {
        if (_audio.isStreamRunning()) {
-               /* stop stream and discard any remainig queued samples */
+               /* stop stream and discard any remaining queued samples */
                _audio.abortStream ();
        }