correct spelling mistakes for en-us :) (#2475)

This commit is contained in:
Clint Rutkas
2020-04-29 10:29:31 -07:00
committed by GitHub
parent d9c4abe0df
commit 5efa9ff0b2
7 changed files with 10 additions and 10 deletions

View File

@@ -307,7 +307,7 @@ namespace Wox.Plugin.WindowWalker.Components
public void SwitchToWindow()
{
// The following block is necessary because
// 1) There is a weird flashing behaviour when trying
// 1) There is a weird flashing behavior when trying
// to use ShowWindow for switching tabs in IE
// 2) SetForegroundWindow fails on minimized windows
if (ProcessName.ToLower().Equals("iexplore.exe") || !Minimized)