diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 764cce7c00..c673cc85ae 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1951,7 +1951,6 @@ vcamp VCENTER vcgtq VCINSTALLDIR -VCP Vcp vcp vcpcodes diff --git a/src/modules/powerdisplay/PowerDisplay.Lib/Models/VcpFeatureValue.cs b/src/modules/powerdisplay/PowerDisplay.Lib/Models/VcpFeatureValue.cs index a7d8b3a732..64c4b2d801 100644 --- a/src/modules/powerdisplay/PowerDisplay.Lib/Models/VcpFeatureValue.cs +++ b/src/modules/powerdisplay/PowerDisplay.Lib/Models/VcpFeatureValue.cs @@ -28,7 +28,7 @@ namespace PowerDisplay.Common.Models public int Maximum { get; } /// - /// Gets a value indicating whether whether the value information is valid + /// Gets a value indicating whether the value information is valid /// public bool IsValid { get; }