Skip to content

Fix a few simple typos in comments and string outputs#25805

Merged
iSazonov merged 2 commits into
PowerShell:masterfrom
ThioJoe:String-And-Comment-Typos
Oct 23, 2025
Merged

Fix a few simple typos in comments and string outputs#25805
iSazonov merged 2 commits into
PowerShell:masterfrom
ThioJoe:String-And-Comment-Typos

Conversation

@ThioJoe
Copy link
Copy Markdown
Contributor

@ThioJoe ThioJoe commented Jul 31, 2025

PR Summary

Fix some simple word mispellings in code comments and console outputs.

PR Context

Addresses #25801

Some obvious spelling mistakes I found. It's mostly comments, except one line where it's a Write-Verbose console print. So nothing that would affect references or symbol names.

PR Checklist

@ThioJoe ThioJoe requested review from a team, TravisEz13, daxian-dbw and jshigetomi as code owners July 31, 2025 18:42
@iSazonov
Copy link
Copy Markdown
Collaborator

iSazonov commented Aug 1, 2025

/azp run PowerShell-CI-linux-packaging,PowerShell-Windows-Packaging-CI

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@iSazonov iSazonov added the CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log label Aug 1, 2025
@microsoft-github-policy-service microsoft-github-policy-service Bot added the Review - Needed The PR is being reviewed label Aug 9, 2025
@TravisEz13 TravisEz13 requested a review from Copilot October 22, 2025 17:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects spelling errors in comments and one verbose output message across multiple PowerShell and C# files. The changes improve code documentation clarity without affecting any functional code or symbol names.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/packaging/packaging.psm1 Fixed "pacakge" to "package" in two comment instances
test/tools/Modules/Microsoft.PowerShell.RemotingTools/Microsoft.PowerShell.RemotingTools.psm1 Corrected "subsytem" to "subsystem" in parameter documentation
test/powershell/Modules/Microsoft.PowerShell.Utility/clixml.tests.ps1 Fixed "avaiable" to "available" in test setup comment
src/System.Management.Automation/engine/remoting/common/RunspaceConnectionInfo.cs Corrected "conects" to "connects" in SSH process comment
assets/MicrosoftUpdate/RegisterMicrosoftUpdate.ps1 Fixed "predifened" to "predefined" in comment and "Autmatic" to "Automatic" in Write-Verbose output

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@iSazonov iSazonov self-assigned this Oct 23, 2025
@iSazonov iSazonov removed the Review - Needed The PR is being reviewed label Oct 23, 2025
@iSazonov iSazonov merged commit 1b3a321 into PowerShell:master Oct 23, 2025
38 checks passed
@microsoft-github-policy-service
Copy link
Copy Markdown
Contributor

microsoft-github-policy-service Bot commented Oct 23, 2025

📣 Hey @@ThioJoe, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗 https://aka.ms/PSRepoFeedback

SIRMARGIN pushed a commit to SIRMARGIN/PowerShell that referenced this pull request Dec 12, 2025
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
kilasuit pushed a commit to kilasuit/PowerShell that referenced this pull request Jan 2, 2026
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants