From 14ee8070f1f619143ee3444b4e568ae1d35da21a Mon Sep 17 00:00:00 2001
From: ruyut
Date: Sat, 31 Jan 2026 02:16:58 +0800
Subject: [PATCH 1/4] Fix typo: remove duplicate "the" in BusyVerticalAlignment
documentation
---
QuickLook/Controls/BusyDecorator/BusyDecorator.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/QuickLook/Controls/BusyDecorator/BusyDecorator.cs b/QuickLook/Controls/BusyDecorator/BusyDecorator.cs
index 1633f8a93..ac694e77d 100644
--- a/QuickLook/Controls/BusyDecorator/BusyDecorator.cs
+++ b/QuickLook/Controls/BusyDecorator/BusyDecorator.cs
@@ -239,7 +239,7 @@ public HorizontalAlignment BusyHorizontalAlignment
new FrameworkPropertyMetadata(VerticalAlignment.Center));
///
- /// Gets or sets the the VerticalAlignment to use to layout the control that contains the busy indicator.
+ /// Gets or sets the VerticalAlignment to use to layout the control that contains the busy indicator.
///
public VerticalAlignment BusyVerticalAlignment
{
From 6c465414c5c5c0d637743407c49fcd1a94018f29 Mon Sep 17 00:00:00 2001
From: ruyut
Date: Sat, 31 Jan 2026 02:18:24 +0800
Subject: [PATCH 2/4] Fix typo: remove duplicate "now" in window positioning
comment
---
QuickLook/ViewerWindow.Actions.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/QuickLook/ViewerWindow.Actions.cs b/QuickLook/ViewerWindow.Actions.cs
index 98c011094..8d1f4cb92 100644
--- a/QuickLook/ViewerWindow.Actions.cs
+++ b/QuickLook/ViewerWindow.Actions.cs
@@ -64,7 +64,7 @@ internal void RunAndClose()
private void PositionWindow(Size size)
{
- // If the window is now now maximized, do not move it
+ // If the window is now maximized, do not move it
if (WindowState == WindowState.Maximized)
return;
From d8c54490246e7012476927d0553c9bdecbceaac0 Mon Sep 17 00:00:00 2001
From: ruyut
Date: Sat, 31 Jan 2026 02:21:19 +0800
Subject: [PATCH 3/4] Fix typo: remove duplicate "is" in app.manifest comment
---
QuickLook/app.manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/QuickLook/app.manifest b/QuickLook/app.manifest
index a1d97ba91..e45ae6554 100644
--- a/QuickLook/app.manifest
+++ b/QuickLook/app.manifest
@@ -25,7 +25,7 @@
From 1341057161034fd2d5ac4c862edbbc3ae9e1d7ec Mon Sep 17 00:00:00 2001
From: Ruyut
Date: Sat, 31 Jan 2026 02:31:31 +0800
Subject: [PATCH 4/4] Fix: correct typo in comment - "selected" to "select"
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
QuickLook/app.manifest | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/QuickLook/app.manifest b/QuickLook/app.manifest
index e45ae6554..acf296f7c 100644
--- a/QuickLook/app.manifest
+++ b/QuickLook/app.manifest
@@ -25,8 +25,8 @@
+ designed to work with. Uncomment the appropriate elements and Windows will
+ automatically select the most compatible environment. -->