From 13e058d9f1ebddbc75292e2c1ce2b6ad31bd5a15 Mon Sep 17 00:00:00 2001 From: Dustin Howett Date: Thu, 11 Feb 2021 13:48:28 -0800 Subject: [PATCH] ci: fix spelling --- .github/actions/spelling/dictionary/apis.txt | 2 ++ .github/actions/spelling/expect/expect.txt | 2 ++ src/propslib/DelegationConfig.cpp | 2 +- src/server/ConDrvDeviceComm.cpp | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/actions/spelling/dictionary/apis.txt b/.github/actions/spelling/dictionary/apis.txt index 3946345eb..d3b3ac73b 100644 --- a/.github/actions/spelling/dictionary/apis.txt +++ b/.github/actions/spelling/dictionary/apis.txt @@ -23,6 +23,7 @@ Hashtable HIGHCONTRASTON HIGHCONTRASTW href +IApp IAppearance IAsync IBind @@ -37,6 +38,7 @@ IExplorer IInheritable IMap IObject +IPackage IPeasant IStorage ITab diff --git a/.github/actions/spelling/expect/expect.txt b/.github/actions/spelling/expect/expect.txt index 600efc297..3df6051f1 100644 --- a/.github/actions/spelling/expect/expect.txt +++ b/.github/actions/spelling/expect/expect.txt @@ -22,6 +22,7 @@ activatable ACTIVEBORDER ACTIVECAPTION ADDALIAS +ADDB ADDREF addressof ADDSTRING @@ -1636,6 +1637,7 @@ ONECOREWINDOWS onehalf ONLCR Oo +openconsoleproxy openbash opencode opencon diff --git a/src/propslib/DelegationConfig.cpp b/src/propslib/DelegationConfig.cpp index f99cf144b..8ad469873 100644 --- a/src/propslib/DelegationConfig.cpp +++ b/src/propslib/DelegationConfig.cpp @@ -105,7 +105,7 @@ HRESULT _lookupCatalog(PCWSTR extensionName, std::vector& vec) noexcept ComPtr anotherInspectable; RETURN_IF_FAILED(anotherMap->Lookup(HStringReference(L"#text").Get(), &anotherInspectable)); - // But this time that Inspectable is an IPropertyValue, which is a PROPVARIANT in a trenchcoat. + // But this time that Inspectable is an IPropertyValue, which is a PROPVARIANT in a trench coat. ComPtr propValue; RETURN_IF_FAILED(anotherInspectable.As(&propValue)); diff --git a/src/server/ConDrvDeviceComm.cpp b/src/server/ConDrvDeviceComm.cpp index 2598b3ead..6d8d2e150 100644 --- a/src/server/ConDrvDeviceComm.cpp +++ b/src/server/ConDrvDeviceComm.cpp @@ -175,7 +175,7 @@ ConDrvDeviceComm::~ConDrvDeviceComm() } // Routine Description: -// - Provides acccess to the raw server handle so it can be used to hand off +// - Provides access to the raw server handle so it can be used to hand off // the session to another console host server. [[nodiscard]] HRESULT ConDrvDeviceComm::GetServerHandle(_Out_ HANDLE* pHandle) const {