From 71df197196a98a1cfea1140c84e5cdfea8c7653e Mon Sep 17 00:00:00 2001 From: CRD716 Date: Thu, 27 Oct 2022 21:51:58 -0500 Subject: [PATCH] atvmodsource.h comment typo --- plugins/channeltx/modatv/atvmodsource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channeltx/modatv/atvmodsource.h b/plugins/channeltx/modatv/atvmodsource.h index daa55009d..17d369b8a 100644 --- a/plugins/channeltx/modatv/atvmodsource.h +++ b/plugins/channeltx/modatv/atvmodsource.h @@ -208,7 +208,7 @@ private: bool m_videoOK; std::vector m_cameras; //!< vector of available cameras - int m_cameraIndex; //!< curent camera index in list of available cameras + int m_cameraIndex; //!< current camera index in list of available cameras std::string m_overlayText; QString m_imageFileName;