diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
| commit | c103d8c1306e5fb3937b3a6c430a3fff32653fa3 (patch) | |
| tree | 60609a21e09595990e38d33fa5df2f32a49fe8b9 /src/tools/dcpomatic_player.cc | |
| parent | 41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff) | |
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'src/tools/dcpomatic_player.cc')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 043e90b9e..90c37d08c 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -970,7 +970,7 @@ private: int pos = _history_position; - /* Clear out non-existant history items before we re-build the menu */ + /* Clear out non-existent history items before we re-build the menu */ Config::instance()->clean_player_history (); auto history = Config::instance()->player_history (); |
