Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / src / tools / stress
index f861753e64f64fc2ae206b869ffcbfec363bb7b7..66edec6b9f9220045a15b267032593d27d09c3d9 100755 (executable)
@@ -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)