Skip to content

[twarp upstream] typo & comment fixes#24

Merged
timomak merged 4 commits into
masterfrom
twarp-upstream-catchup-typos-comments
May 11, 2026
Merged

[twarp upstream] typo & comment fixes#24
timomak merged 4 commits into
masterfrom
twarp-upstream-catchup-typos-comments

Conversation

@timomak
Copy link
Copy Markdown
Owner

@timomak timomak commented May 10, 2026

Summary

Cherry-picks 4 typo/comment-only fixes from warpdotdev/warp.

SHA Subject
150df7e9 Fix typo in markdown_parser doc comment (warpdotdev#9341)
165c771e Fix typo: teh -> the in stack positioning test comment (warpdotdev#9348)
938ad844 Fix typo in cloud_object doc comment (warpdotdev#9337)
3476f193 Fix doubled-word typos in crates/ comments (warpdotdev#9338)

All four picks landed cleanly with no conflicts.

Test plan

  • CI build/lint/test on the new branch

anshul-garg27 and others added 4 commits May 10, 2026 17:24
## Description

While reading through a few crates I kept noticing duplicated words in
comments — "the the", "in in", "to to", "and and", "a a", "that that". A
quick `grep` turned up 17 of them across 15 files. All edits are in `//`
and `///` comments — no code, test, or behavior change.

Files touched:

- `crates/settings/src/manager.rs`
- `crates/websocket/src/sink_map_err.rs`
- `crates/warp_completer/src/completer/suggest/test.rs`
- `crates/warp_completer/src/completer/engine/argument/legacy.rs`
- `crates/warp_completer/src/completer/engine/argument/v2.rs`
- `crates/warp_core/src/ui/color/contrast.rs`
- `crates/warp_logging/src/wasm.rs`
- `crates/warpui_core/src/core/app.rs`
- `crates/warpui_core/src/elements/selectable_area.rs`
- `crates/warpui_core/src/elements/flex/mod_test.rs`
- `crates/warpui/src/platform/mac/text_layout_test.rs`
- `crates/warpui/src/platform/mac/rendering/wgpu/mod.rs`
- `crates/warpui/src/platform/app.rs`
- `crates/warpui/src/windowing/winit/fonts/font_handle.rs`
- `crates/warpui/src/fonts/text_layout_test.rs`

Distinct from warpdotdev#9318, which sweeps single-word misspellings (Surpress,
occassionally, etc.) under `app/`. I also skipped the two doubled-word
lines in `crates/integration/src/test.rs` since warpdotdev#9279 is currently
editing that file — happy to fold them in if that PR lands first.

## Testing

Comments-only.

---------

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
Co-authored-by: Aloke Desai <aloke.desai@gmail.com>
Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
## Description

Corrects a misspelling in the doc comment on `is_welcome_object` in
`crates/warp_server_client/src/cloud_object/mod.rs`: `recieves` →
`receives`.

## Testing

Doc-comment-only change.

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
Co-authored-by: Aloke Desai <aloke@warp.dev>
## Description

Fixes a one-character typo in a comment in
`crates/warpui_core/src/elements/stack/mod_test.rs` (line 453): `teh` ->
`the`. Comment-only change with no functional or test impact; the
previous line of the same comment block uses the correct spelling, so
this is an obvious slip.

## Testing

Comment-only change in a test file; no test impact.

## Agent Mode

- [ ] Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Co-authored-by: BennyWaitWhat <BennyWaitWhat@users.noreply.github.com>
## Description

Fixes a typo in the `process_emphasis` doc comment in
`crates/markdown_parser/src/markdown_parser.rs`: `performace` →
`performance`.

## Testing

Doc-comment-only change.

Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
@timomak timomak merged commit 13db50d into master May 11, 2026
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.

3 participants