diff --git a/src/cascadia/LocalTests_TerminalApp/TrustCommandlineTests.cpp b/src/cascadia/LocalTests_TerminalApp/TrustCommandlineTests.cpp index 4be204dd3..cafa368f3 100644 --- a/src/cascadia/LocalTests_TerminalApp/TrustCommandlineTests.cpp +++ b/src/cascadia/LocalTests_TerminalApp/TrustCommandlineTests.cpp @@ -2,7 +2,7 @@ // Licensed under the MIT license. // // A series of tests for the TerminalPage::_isTrustedCommandline function. -// That's a heuristac function for deciding if we should automatically trust +// That's a heuristic function for deciding if we should automatically trust // certain commandlines by default. The logic in there is weird and there are // lots of edge cases, so it's easier to just write a unit test. diff --git a/src/cascadia/TerminalApp/TerminalPage.cpp b/src/cascadia/TerminalApp/TerminalPage.cpp index 62851a4f4..5ffb5ca83 100644 --- a/src/cascadia/TerminalApp/TerminalPage.cpp +++ b/src/cascadia/TerminalApp/TerminalPage.cpp @@ -1547,7 +1547,7 @@ namespace winrt::TerminalApp::implementation } } - // We're explicitly not auto-allowing wsl.exe -d . It's + // We're explicitly not auto-allowing wsl.exe -d . It's // trivial to insert some malicious stuff into WSL, via .bash_profile, // so we're not giving them the (y)