ci: fix spelling issues from inbox merge

This commit is contained in:
Dustin Howett 2021-03-09 17:46:43 -08:00
parent 8f9ccc55d1
commit 95b031e27c
3 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,7 @@ DERR
environstrings
EXPCMDFLAGS
EXPCMDSTATE
FORCEMINIMIZE
frac
fullkbd
futex
@ -81,6 +82,7 @@ schandle
semver
serializer
shobjidl
SHOWMINIMIZED
SIZENS
smoothstep
GETDESKWALLPAPER

View file

@ -327,6 +327,7 @@ conattrs
conbufferout
concat
concfg
conclnt
conddkrefs
condrv
conechokey
@ -563,6 +564,7 @@ DECSWL
DECTCEM
Dedupe
deduplicated
DEFAPP
DEFAULTBACKGROUND
DEFAULTFOREGROUND
defaultsettings

View file

@ -155,7 +155,7 @@ static bool _shouldAttemptHandoff(const Globals& globals,
return false;
}
// If this is an AttachConsole message and not occuring
// If this is an AttachConsole message and not occurring
// because of a conclnt!ConsoleInitialize, do not handoff.
// ConsoleApp is FALSE for attach.
if (!cac.ConsoleApp)