diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-14 23:51:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-14 23:51:26 +0000 |
| commit | 0f889d1c2b04d5c47f15392e061dc09d5012491f (patch) | |
| tree | a9ae77a9105b7126f5cc117467d8f9a24f947270 /src/wx | |
| parent | 5256ec46565de07f6fca4b8417b110e92eecce09 (diff) | |
Comment typo.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index ebd929ff9..f2381b17a 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -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 (); } |
