File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ private static void Main()
5656 WinRT . ComWrappersSupport . InitializeComWrappers ( ) ;
5757
5858 // We are about to do the first WinRT server call, in case the WinRT server is hanging
59- // we need to kill the server if there is no other Files instances already running
59+ // we need to kill the server if there are no other Files instances already running
6060
6161 static bool ProcessPathPredicate ( Process p )
6262 {
@@ -95,7 +95,7 @@ static bool ProcessPathPredicate(Process p)
9595 }
9696
9797 // NOTE:
98- // This has been commentted out since out-of-proc WinRT server seems not to support elevetion .
98+ // This has been commented out since out-of-proc WinRT server seems not to support elevation .
9999 // For more info, see the GitHub issue (#15384).
100100 // Now we can do the first WinRT server call
101101 //Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId);
You can’t perform that action at this time.
0 commit comments