Spelling - remaining code changes (#3963)

* spelling: commit

* spelling: exclusion

* spelling: initial

* spelling: occurred

* spelling: programmatically

* spelling: should

* spelling: successfully

* spelling: committed

* spelling: directly
This commit is contained in:
Josh Soref
2020-06-09 04:11:02 -04:00
committed by GitHub
parent eb4b429e19
commit b574d4e388
7 changed files with 24 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ namespace Microsoft.Plugin.WindowWalker.Components
/// Makes sure that a window is excluded from the live preview
/// </summary>
/// <param name="hwnd">handle to the window to exclude</param>
public static void SetWindowExlusionFromLivePreview(IntPtr hwnd)
public static void SetWindowExclusionFromLivePreview(IntPtr hwnd)
{
int renderPolicy = (int)InteropAndHelpers.DwmNCRenderingPolicy.Enabled;