From 3234c4a2994c5a0da2ec9287575565a932658d94 Mon Sep 17 00:00:00 2001 From: Barton Milnor Mallory <205405648+erhebend-tai@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:44:05 -0500 Subject: [PATCH 1/2] Modified typos in comments in Program.cs 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 66fc02f0bf435edbf21e608764a1ea3c84f1b16e Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:53:47 -0400 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);