Skip to content

Fix typos: remove duplicate words in comments and documentation#1871

Merged
emako merged 4 commits into
QL-Win:masterfrom
ruyut:master
Feb 1, 2026
Merged

Fix typos: remove duplicate words in comments and documentation#1871
emako merged 4 commits into
QL-Win:masterfrom
ruyut:master

Conversation

@ruyut

@ruyut ruyut commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

PR Checklist

  • Functionality has been tested, no obvious bugs
  • Code style follows project conventions
  • Documentation/comments updated (if applicable)

Brief Description of Changes

Please briefly describe the main changes in this PR:

This PR fixes several typos by removing duplicate words in comments and documentation throughout the codebase.

Related Issue (if any)

Please provide related issue numbers:

Additional Notes

Add any extra notes here:

Summary by Sourcery

Chores:

  • Remove duplicate words from inline comments and XML documentation summaries across the codebase.

Copilot AI review requested due to automatic review settings January 30, 2026 18:25
@sourcery-ai

sourcery-ai Bot commented Jan 30, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Fixes minor typos by removing duplicated words in comments and XML documentation, without changing any runtime behavior.

File-Level Changes

Change Details Files
Correct duplicated words in documentation comment for busy indicator alignment property.
  • Update XML documentation summary for BusyVerticalAlignment to remove repeated word in description
QuickLook/Controls/BusyDecorator/BusyDecorator.cs
Fix typo in inline window-positioning comment.
  • Edit comment in PositionWindow method to remove duplicated word describing maximized state condition
QuickLook/ViewerWindow.Actions.cs

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes duplicate-word typos in comments/documentation across QuickLook.

Changes:

  • Clean up a duplicated “is” in the app manifest compatibility comment.
  • Remove duplicated “now” in ViewerWindow positioning comment.
  • Remove duplicated “the” in BusyDecorator XML documentation.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
QuickLook/app.manifest Updates Windows compatibility comment text to remove duplicated word.
QuickLook/ViewerWindow.Actions.cs Fixes duplicated word in window positioning comment.
QuickLook/Controls/BusyDecorator/BusyDecorator.cs Fixes duplicated word in XML doc comment for BusyVerticalAlignment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread QuickLook/app.manifest Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@emako
emako merged commit 4c16a3d into QL-Win:master Feb 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants