Skip to content

Fix common spelling errors in app/src comments#9403

Open
anshul-garg27 wants to merge 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/spelling-typos-app
Open

Fix common spelling errors in app/src comments#9403
anshul-garg27 wants to merge 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/spelling-typos-app

Conversation

@anshul-garg27
Copy link
Copy Markdown
Contributor

Description

Follow-up to #9338 (which fixed doubled-word typos under crates/). While running a similar pass over app/src/, I picked up a handful of common single-word misspellings, all in comments and doc comments — no identifiers, behavior, or test names touched.

Misspelling Correction Occurrences
accomodate accommodate 2
indvidual individual 1
occured occurred 2
overwritting overwriting 1
recieve / recieved receive / received 3
seperate / seperation / seperator separate / separation / separator 3

Testing

Comments only — nothing to run. cargo fmt -p app -- --check and cargo fmt -p warpui_core -- --check both pass.

Server API

No server changes.

Agent Mode

Not applicable.

Changelog Entries

None.

Comment-only changes — no behavior or identifiers touched.

Fixes the following misspellings that were scattered across `app/src/`
and one test file in `crates/warpui_core/`:

- accomodate -> accommodate
- indvidual -> individual
- occured -> occurred
- overwritting -> overwriting
- recieve / recieved -> receive / received
- seperate / seperation / seperator -> separate / separation / separator
@cla-bot cla-bot Bot added the cla-signed label Apr 29, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented Apr 29, 2026

@anshul-garg27

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I approved this pull request. No matching stakeholder was found for the changed files, so no human reviewers were requested.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

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

Overview

This PR fixes common spelling mistakes in comments and doc comments across the inlined diff. The changes do not modify executable code, identifiers, tests, configuration, dependencies, or behavior.

Concerns

  • No blocking concerns found.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant