From 9c94806e4f0e55c71cfd228d09176bd379e7b2f0 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 18 Jun 2025 13:21:32 -0600 Subject: [PATCH] Update src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Codec/Cisco/IPresenterTrack.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs b/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs index a03dfddb..f3f164bd 100644 --- a/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs +++ b/src/PepperDash.Essentials.Devices.Common/Codec/Cisco/IPresenterTrack.cs @@ -48,7 +48,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec.Cisco BoolFeedback PresenterTrackAvailableFeedback { get; } /// - /// Feedback indicateing the current status of Presenter Track is off + /// Feedback indicating the current status of Presenter Track is off /// BoolFeedback PresenterTrackStatusOffFeedback { get; }