Fixed typo (#723)

This commit is contained in:
That's My Face 2019-05-13 09:59:56 -04:00 committed by Mike Griese
parent 1e478ae99d
commit 9ba3a53b4b

View file

@ -372,7 +372,7 @@ namespace winrt::TerminalApp::implementation
[this](wil::FolderChangeEvent event, PCWSTR fileModified)
{
// We want file modifications, AND when files are renamed to be
// profiles.json. This second case will ofentimes happen with text
// profiles.json. This second case will oftentimes happen with text
// editors, who will write a temp file, then rename it to be the
// actual file you wrote. So listen for that too.
if (!(event == wil::FolderChangeEvent::Modified ||