File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ namespace winrt::TerminalApp::implementation
47
47
48
48
// You'd think that `FilterToSendInput(queryString)` would work. It
49
49
// 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
51
51
// string.
52
52
53
53
const auto tasks = _settings.GlobalSettings ().ActionMap ().FilterToSendInput (L" " ); // IVector<Model::Command>
@@ -115,7 +115,7 @@ namespace winrt::TerminalApp::implementation
115
115
if (const auto & strongControl{ _control.get () })
116
116
{
117
117
// 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,
119
119
// thinking that it is the control that requested this event.
120
120
DispatchCommandRequested.raise (strongControl, taskVM->Command ());
121
121
}
You can’t perform that action at this time.
0 commit comments