Skip to content

[twarp upstream/edit] Fix common spelling errors in app/src comments (#9403)#40

Merged
timomak merged 1 commit into
masterfrom
twarp-upstream-catchup-edit-51c85737-fix-common-spelling-errors-in-app-src-comments-9
May 11, 2026
Merged

[twarp upstream/edit] Fix common spelling errors in app/src comments (#9403)#40
timomak merged 1 commit into
masterfrom
twarp-upstream-catchup-edit-51c85737-fix-common-spelling-errors-in-app-src-comments-9

Conversation

@timomak
Copy link
Copy Markdown
Owner

@timomak timomak commented May 10, 2026

Summary

Cherry-pick of upstream 51c85737 — Fix common spelling errors in app/src comments (warpdotdev#9403)

  • Triage reason: 1 blocked + 4 kept (+0 new) files

Result

Picked cleanly with no conflicts.

Test plan

  • CI build/lint/test

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 |

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

No server changes.

Not applicable.

None.

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
@timomak timomak merged commit c1337c2 into master May 11, 2026
5 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants