From 622291e7aeecd0211b4fc91a6df8051d2650d664 Mon Sep 17 00:00:00 2001 From: Brianna Rainey Date: Fri, 17 Feb 2023 15:36:54 -0500 Subject: fix typo --- src/video_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_thread.py b/src/video_thread.py index cece763..70e4d5d 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -188,7 +188,7 @@ class Worker(QtCore.QObject): def frameRender(self, audioI): ''' - Renders a frame composited together from the framse returned by each component + Renders a frame composited together from the frames returned by each component audioI is a multiple of self.sampleSize, which can be divided to determine frameNo ''' def err(): -- cgit v1.2.3