From 5b59cf87232495312f829015631ae509f5268052 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Mon, 11 Apr 2022 13:03:31 -0500 Subject: [PATCH] hyuk I can't spel --- .github/actions/spelling/allow/apis.txt | 1 + src/winconpty/winconpty.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/allow/apis.txt b/.github/actions/spelling/allow/apis.txt index 3045f47721c..dccb73ac43f 100644 --- a/.github/actions/spelling/allow/apis.txt +++ b/.github/actions/spelling/allow/apis.txt @@ -153,6 +153,7 @@ serializer SETVERSION SHELLEXECUTEINFOW shobjidl +SHOWHIDE SHOWMINIMIZED SHOWTIP SINGLEUSE diff --git a/src/winconpty/winconpty.cpp b/src/winconpty/winconpty.cpp index dd8786cd7f5..658ee04d419 100644 --- a/src/winconpty/winconpty.cpp +++ b/src/winconpty/winconpty.cpp @@ -255,7 +255,7 @@ HRESULT _ClearPseudoConsole(_In_ const PseudoConsole* const pPty) } // Function Description: -// - Shows or hides the intermal HWND used by ConPTY. This should be kept in +// - Shows or hides the internal HWND used by ConPTY. This should be kept in // sync with the hosting application's window. // Arguments: // - hSignal: A signal pipe as returned by CreateConPty.