From d3ebebc24c0bd73c50b9fbe1e7e4907fb45e1c42 Mon Sep 17 00:00:00 2001 From: Yu Leng Date: Thu, 11 Dec 2025 10:57:40 +0800 Subject: [PATCH] Add "Vcpkg" variant; fix typo in IsValid property comment Updated expect.txt to include the "Vcpkg" variant assignment. Fixed a duplicated word typo in the XML comment for the IsValid property in VcpFeatureValue.cs. --- .github/actions/spell-check/expect.txt | 1 - .../powerdisplay/PowerDisplay.Lib/Models/VcpFeatureValue.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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; }