Skip to content

Commit 0804150

Browse files
committed
spelling
1 parent 56290bb commit 0804150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShell/Microsoft.WinGet.Client.Engine/Helpers/ManagementDeploymentFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ private static T Create<T>(Type? type, in Guid iid)
231231
}
232232

233233
[DllImport("ole32.dll", ExactSpelling = true, PreserveSig = true)]
234-
private static extern int CoAllowSetForegroundWindow([MarshalAs(UnmanagedType.IUnknown)] object pUnk, IntPtr lpvReserved);
234+
private static extern int CoAllowSetForegroundWindow([MarshalAs(UnmanagedType.IUnknown)] object pUnk, IntPtr reserved);
235235
}
236236
}

0 commit comments

Comments
 (0)