ci: fix spelling

This commit is contained in:
Dustin Howett 2021-02-11 13:48:28 -08:00
parent 2f28d24fe0
commit 13e058d9f1
No known key found for this signature in database
GPG key ID: 0719BB71B334EE77
4 changed files with 6 additions and 2 deletions

View file

@ -23,6 +23,7 @@ Hashtable
HIGHCONTRASTON
HIGHCONTRASTW
href
IApp
IAppearance
IAsync
IBind
@ -37,6 +38,7 @@ IExplorer
IInheritable
IMap
IObject
IPackage
IPeasant
IStorage
ITab

View file

@ -22,6 +22,7 @@ activatable
ACTIVEBORDER
ACTIVECAPTION
ADDALIAS
ADDB
ADDREF
addressof
ADDSTRING
@ -1636,6 +1637,7 @@ ONECOREWINDOWS
onehalf
ONLCR
Oo
openconsoleproxy
openbash
opencode
opencon

View file

@ -105,7 +105,7 @@ HRESULT _lookupCatalog(PCWSTR extensionName, std::vector<T>& vec) noexcept
ComPtr<IInspectable> 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<IPropertyValue> propValue;
RETURN_IF_FAILED(anotherInspectable.As(&propValue));

View file

@ -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
{