Fix typos in comments and localization hint#309354
Open
yohaann196 wants to merge 5 commits intomicrosoft:mainfrom
Open
Fix typos in comments and localization hint#309354yohaann196 wants to merge 5 commits intomicrosoft:mainfrom
yohaann196 wants to merge 5 commits intomicrosoft:mainfrom
Conversation
Fix spelling errors: occured→occurred, seperate→separate, seperately→separately, excpet→except, occurrance→occurrence Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix typos in comments across multiple files
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR corrects spelling/typos in comments and translator guidance strings across a few VS Code workbench/platform files, including a localization comment hint intended for translators.
Changes:
- Fixed misspellings in inline comments (e.g., “seperate/seperately”, “excpet”, “occured”).
- Corrected a localization translator hint in
replViewer.ts(“occurrance” → “occurrence”). - Cleaned up wording in a few API/comment blocks for clarity.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/vs/workbench/contrib/files/browser/views/explorerViewer.ts | Fixes typos in drag-and-drop validation comments. |
| src/vs/workbench/contrib/debug/browser/replViewer.ts | Fixes typo in translator hint for a localized REPL accessibility suffix. |
| src/vs/workbench/api/common/extHostTypes.ts | Fixes typo in API proposal TODO comment. |
| src/vs/platform/files/node/watcher/parcel/parcelWatcher.ts | Fixes typo in watcher behavior comment about Parcel event emission. |
Author
|
@microsoft-github-policy-service agree |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed spelling mistakes and improved clarity across a few files.
Notably, one fix corrects a localize() translator hint in replViewer.ts that was both misspelled and ungrammatical.
Fixes:
occured → occurred
coleasing → coalescing
seperate / seperately → separate / separately
Can not → Cannot
excpet → except
Rewrote unclear translator hint ("Front will the value..." → clearer guidance for localizers)