Skip to content

Commit

Permalink
ci: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Feb 11, 2021
1 parent 2f28d24 commit 13e058d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/spelling/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Hashtable
HIGHCONTRASTON
HIGHCONTRASTW
href
IApp
IAppearance
IAsync
IBind
Expand All @@ -37,6 +38,7 @@ IExplorer
IInheritable
IMap
IObject
IPackage
IPeasant
IStorage
ITab
Expand Down
2 changes: 2 additions & 0 deletions .github/actions/spelling/expect/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ activatable
ACTIVEBORDER
ACTIVECAPTION
ADDALIAS
ADDB
ADDREF
addressof
ADDSTRING
Expand Down Expand Up @@ -1636,6 +1637,7 @@ ONECOREWINDOWS
onehalf
ONLCR
Oo
openconsoleproxy
openbash
opencode
opencon
Expand Down
2 changes: 1 addition & 1 deletion src/propslib/DelegationConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down
2 changes: 1 addition & 1 deletion src/server/ConDrvDeviceComm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 13e058d

Please sign in to comment.