From 77ff4a551b395a0cad717112beec4c32538cb63e Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Thu, 29 Jun 2023 12:28:06 -0400 Subject: [PATCH] typo cleanup; --- src/host/setup/SetupApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/setup/SetupApplication.h b/src/host/setup/SetupApplication.h index f4840894..d7a1df11 100644 --- a/src/host/setup/SetupApplication.h +++ b/src/host/setup/SetupApplication.h @@ -41,7 +41,7 @@ using namespace finalcut; class HOST_SW_API SetupApplication final : public finalcut::FApplication { public: /// - /// Initializes a new instance of the SetupWnd class. + /// Initializes a new instance of the SetupApplication class. /// /// ///