From 166473722bc457aecb0afaa5b8ee9ca5fe910f78 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 30 Mar 2021 15:35:32 -0500 Subject: [PATCH] I can type that word 100 times and I will never get it right --- src/cascadia/TerminalApp/AppActionHandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/AppActionHandlers.cpp b/src/cascadia/TerminalApp/AppActionHandlers.cpp index 367dbcb212d..26d822db828 100644 --- a/src/cascadia/TerminalApp/AppActionHandlers.cpp +++ b/src/cascadia/TerminalApp/AppActionHandlers.cpp @@ -736,7 +736,7 @@ namespace winrt::TerminalApp::implementation // click on the text box manually. // // We're also not using a ContentDialog for this, because in Xaml - // Islands a text box in a ContentDialog won't recieve _any_ keypresses. + // Islands a text box in a ContentDialog won't receive _any_ keypresses. // Fun! // WindowRenamerTextBox().Focus(FocusState::Programmatic);