Skip to content

Commit 3234c4a

Browse files
authored
Modified typos in comments in Program.cs for clarity
Signed-off-by: Barton Milnor Mallory <[email protected]>
1 parent 823e87d commit 3234c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 elevetion.
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);

0 commit comments

Comments
 (0)