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/stress | |
| parent | 41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff) | |
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'src/tools/stress')
| -rwxr-xr-x | src/tools/stress | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
