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 HIGHCONTRASTON
HIGHCONTRASTW HIGHCONTRASTW
href href
IApp
IAppearance IAppearance
IAsync IAsync
IBind IBind
@ -37,6 +38,7 @@ IExplorer
IInheritable IInheritable
IMap IMap
IObject IObject
IPackage
IPeasant IPeasant
IStorage IStorage
ITab ITab

View file

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

View file

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

View file

@ -175,7 +175,7 @@ ConDrvDeviceComm::~ConDrvDeviceComm()
} }
// Routine Description: // 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. // the session to another console host server.
[[nodiscard]] HRESULT ConDrvDeviceComm::GetServerHandle(_Out_ HANDLE* pHandle) const [[nodiscard]] HRESULT ConDrvDeviceComm::GetServerHandle(_Out_ HANDLE* pHandle) const
{ {