Skip to content

Commit e923513

Browse files
committed
spel
1 parent 3ac5414 commit e923513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cascadia/TerminalApp/TasksPaneContent.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace winrt::TerminalApp::implementation
4747

4848
// You'd think that `FilterToSendInput(queryString)` would work. It
4949
// doesn't! That uses the queryString as the current command the user
50-
// has typed, then relies on the sxnui to _also_ filter with that
50+
// has typed, then relies on the suggestions UI to _also_ filter with that
5151
// string.
5252

5353
const auto tasks = _settings.GlobalSettings().ActionMap().FilterToSendInput(L""); // IVector<Model::Command>
@@ -115,7 +115,7 @@ namespace winrt::TerminalApp::implementation
115115
if (const auto& strongControl{ _control.get() })
116116
{
117117
// By using the last active control as the sender here, the
118-
// actiopn dispatch will send this to the active control,
118+
// action dispatch will send this to the active control,
119119
// thinking that it is the control that requested this event.
120120
DispatchCommandRequested.raise(strongControl, taskVM->Command());
121121
}

0 commit comments

Comments
 (0)