Skip to content

Commit

Permalink
typo fix Update wmake.ps1 (#13228)
Browse files Browse the repository at this point in the history
# Typo Fix in `wmake.ps1`

## Description
This pull request addresses a typo in the `wmake.ps1` file:
- Corrected "insterted" to "inserted" in a comment.

## Changes
- Improved the accuracy of comments by fixing a minor spelling error.

## Testing
This change only updates a comment in the script and does not affect the
script's functionality. No additional testing is required.

## Notes for Reviewers
Please review the corrected comment to ensure compliance with the
project's documentation standards. Let me know if further updates are
necessary. Thank you!
  • Loading branch information
teenager-ETH authored Jan 3, 2025
1 parent e727649 commit 0a57d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wmake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function Get-Uninstall-Item {
param ([string]$pattern = $(throw "A search pattern must be provided"))

# Trying to get the enumerable of all installed programs using Get-ItemProperty may cause
# exceptions due to possible garbage values insterted into the registry by installers.
# exceptions due to possible garbage values inserted into the registry by installers.
# Specifically an invalid cast exception throws when registry keys contain invalid DWORD data.
# See https://github.com/PowerShell/PowerShell/issues/9552
# Due to this all items must be parsed one by one
Expand Down

0 comments on commit 0a57d69

Please sign in to comment.