From 4c16a3dd72d6341063643b46a42c6b0edea2f3f8 Mon Sep 17 00:00:00 2001 From: Ruyut Date: Sun, 1 Feb 2026 12:07:29 +0800 Subject: [PATCH] Fix typos: remove duplicate words in comments and documentation (#1871) * Fix typo: remove duplicate "the" in BusyVerticalAlignment documentation * Fix typo: remove duplicate "now" in window positioning comment * Fix typo: remove duplicate "is" in app.manifest comment * Fix: correct typo in comment - "selected" to "select" Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- QuickLook/Controls/BusyDecorator/BusyDecorator.cs | 2 +- QuickLook/ViewerWindow.Actions.cs | 2 +- QuickLook/app.manifest | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QuickLook/Controls/BusyDecorator/BusyDecorator.cs b/QuickLook/Controls/BusyDecorator/BusyDecorator.cs index 1633f8a..ac694e7 100644 --- a/QuickLook/Controls/BusyDecorator/BusyDecorator.cs +++ b/QuickLook/Controls/BusyDecorator/BusyDecorator.cs @@ -239,7 +239,7 @@ public class BusyDecorator : Decorator, IDisposable 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 { diff --git a/QuickLook/ViewerWindow.Actions.cs b/QuickLook/ViewerWindow.Actions.cs index 98c0110..8d1f4cb 100644 --- a/QuickLook/ViewerWindow.Actions.cs +++ b/QuickLook/ViewerWindow.Actions.cs @@ -64,7 +64,7 @@ public partial class ViewerWindow 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; diff --git a/QuickLook/app.manifest b/QuickLook/app.manifest index a1d97ba..acf296f 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. -->