From 614ec58c316c88eb7019147f2178d8193d9bd104 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 23 Feb 2023 10:25:50 -0600 Subject: [PATCH] spel? I think that's it? --- src/cascadia/TerminalApp/TerminalPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/TerminalPage.cpp b/src/cascadia/TerminalApp/TerminalPage.cpp index 1bea7505aa5..d6b54cf4628 100644 --- a/src/cascadia/TerminalApp/TerminalPage.cpp +++ b/src/cascadia/TerminalApp/TerminalPage.cpp @@ -4579,7 +4579,7 @@ namespace winrt::TerminalApp::implementation } // Figure out where in the tab strip we're dropping this tab. Add that - // index to the request. This is largely taken from the WinUIq sample + // index to the request. This is largely taken from the WinUI sample // app. // We need to be on OUR UI thread to figure out where we dropped