From c11b56ea85a9603a03ea265449be0a5bae66e90f Mon Sep 17 00:00:00 2001 From: Barton Milnor Mallory <205405648+erhebend-tai@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:41:34 -0500 Subject: [PATCH 1/2] Modified typos in comments for clarity Signed-off-by: Barton Milnor Mallory <205405648+erhebend-tai@users.noreply.github.com> --- src/Files.App/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Files.App/Program.cs b/src/Files.App/Program.cs index 13e9e9b18465..3c5ac821d28b 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 elevetion. // For more info, see the GitHub issue (#15384). // Now we can do the first WinRT server call //Server.AppInstanceMonitor.StartMonitor(Environment.ProcessId); From 317512225412a2cfb42c8e485d6b794c70b342d1 Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:05:09 -0500 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yair <39923744+yaira2@users.noreply.github.com> --- src/Files.App/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Files.App/Program.cs b/src/Files.App/Program.cs index 3c5ac821d28b..5676b750ed43 100644 --- a/src/Files.App/Program.cs +++ b/src/Files.App/Program.cs @@ -95,7 +95,7 @@ static bool ProcessPathPredicate(Process p) } // NOTE: - // This has been commented 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);