Skip to content

Fix common spelling errors in app/src comments#9403

Merged
captainsafia merged 1 commit into
warpdotdev:masterfrom
anshul-garg27:fix/spelling-typos-app
Apr 30, 2026
Merged

Fix common spelling errors in app/src comments#9403
captainsafia merged 1 commit into
warpdotdev: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

@captainsafia captainsafia merged commit 51c8573 into warpdotdev:master Apr 30, 2026
31 checks passed
@captainsafia captainsafia added the external-contributor Indicates that a PR has been opened by someone outside the Warp team. label Apr 30, 2026 — with Warp Dev Github Integration
zerx-lab pushed a commit to zerx-lab/zap that referenced this pull request May 3, 2026
### Description

Follow-up to warpdotdev#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.

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
timomak added a commit to timomak/twarp that referenced this pull request May 11, 2026
…737-fix-common-spelling-errors-in-app-src-comments-9

[twarp upstream/edit] Fix common spelling errors in app/src comments (warpdotdev#9403)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed external-contributor Indicates that a PR has been opened by someone outside the Warp team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants