diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index a9cd6d4f9..19e5fe26a 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -136,7 +136,7 @@ class VideoPlayer(Player): # pylint: disable=abstract-method class AVPlayer: players: List[Player] = [] - # when a new batch of audio is played, shoud the currently playing + # when a new batch of audio is played, should the currently playing # audio be stopped? interrupt_current_audio = True