diff --git a/src/Files.App/Program.cs b/src/Files.App/Program.cs index 13e9e9b18465..5676b750ed43 100644 --- a/src/Files.App/Program.cs +++ b/src/Files.App/Program.cs @@ -56,7 +56,7 @@ private static void Main() WinRT.ComWrappersSupport.InitializeComWrappers(); // We are about to do the first WinRT server call, in case the WinRT server is hanging - // we need to kill the server if there is no other Files instances already running + // we need to kill the server if there are no other Files instances already running static bool ProcessPathPredicate(Process p) { @@ -95,7 +95,7 @@ static bool ProcessPathPredicate(Process p) } // NOTE: - // This has been commentted out since out-of-proc WinRT server seems not to support elevetion. + // This has been commented out since out-of-proc WinRT server seems not to support elevation. // For more info, see the GitHub issue (#15384). // Now we can do the first WinRT server call //Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId);