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 | |
| parent | 41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff) | |
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 | ||||
| -rwxr-xr-x | src/tools/stress | 4 |
2 files changed, 3 insertions, 3 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 (); diff --git a/src/tools/stress b/src/tools/stress index f861753e6..66edec6b9 100755 --- a/src/tools/stress +++ b/src/tools/stress @@ -25,9 +25,9 @@ def seek(dcp_seconds): print("W %d" % wait) # Seek print("S %d" % random.randint(0, 4095)) - # Make sure we're stil playing + # Make sure we're still playing print("P") - test_seconds -= wait / 1000 + test_seconds -= wait / 1000 def repeat(dcp_seconds): print("O %s" % args.dcp) |
