From 91f932b7d9dc89e76076c209ac43630d4589be97 Mon Sep 17 00:00:00 2001 From: --global Date: Wed, 2 Oct 2024 14:27:47 -0700 Subject: [PATCH] spelling --- .github/actions/spelling/expect.txt | 2 ++ doc/specs/#166 - Font Support.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 0a59e055a0..dc97958640 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -247,6 +247,7 @@ img inet inproc Insta +installable installinprogress INSTALLPROPERTY installshield @@ -622,6 +623,7 @@ uswgp uwp VALUENAMECASE vclib +Verdana versioned VERSIONINFO vns diff --git a/doc/specs/#166 - Font Support.md b/doc/specs/#166 - Font Support.md index fbca7a6169..a1b44678b6 100644 --- a/doc/specs/#166 - Font Support.md +++ b/doc/specs/#166 - Font Support.md @@ -72,7 +72,7 @@ To remove a font, the inverse operation of the steps above need to be completed. - [IDWriteFontList::GetFont](https://learn.microsoft.com/en-us/windows/win32/api/dwrite/nf-dwrite-idwritefontlist-getfont) - Gets the font from a family with a zero-based index - [IDWriteFont::GetInformationalStrings method](https://learn.microsoft.com/en-us/windows/win32/api/dwrite/nf-dwrite-idwritefont-getinformationalstrings) - Gets specific informational strings such as font full name, author, etc. - [IDWriteLocalFontFileLoader::GetFilePathFromKey](https://learn.microsoft.com/en-us/windows/win32/api/dwrite/nf-dwrite-idwritelocalfontfileloader-getfilepathfromkey) - Obtains the absolute font file path from a font file reference key. -- [SHGetPropertyStoreFromParsingName](https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-shgetpropertystorefromparsingname) - Retrusn the property store for a given path to obtain details like the file's title. +- [SHGetPropertyStoreFromParsingName](https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-shgetpropertystorefromparsingname) - Returns the property store for a given path to obtain details like the file's title. ## Manifest Changes