chore: Perform spelling fixes identified by cspell #4728#4754
Merged
reyang merged 17 commits intoopen-telemetry:mainfrom Feb 2, 2026
Merged
chore: Perform spelling fixes identified by cspell #4728#4754reyang merged 17 commits intoopen-telemetry:mainfrom
reyang merged 17 commits intoopen-telemetry:mainfrom
Conversation
Contributor
Author
|
An extension to this PR could be to add in https://textlint.github.io/ also similar to otel.io but out of scope. |
jsuereth
reviewed
Nov 24, 2025
jsuereth
requested changes
Dec 1, 2025
reyang
approved these changes
Dec 2, 2025
d0325b1 to
4866c07
Compare
|
This PR was marked stale. It will be closed in 14 days without additional activity. |
8b01e31 to
6194649
Compare
Member
|
Is it possible to split this PR: one would fix typos and another one would focus on tooling updates? |
6194649 to
162ff44
Compare
162ff44 to
218a3af
Compare
Contributor
Author
lmolkova
reviewed
Jan 9, 2026
lmolkova
reviewed
Jan 9, 2026
reyang
reviewed
Jan 9, 2026
reyang
reviewed
Jan 9, 2026
reyang
reviewed
Jan 9, 2026
reyang
approved these changes
Jan 10, 2026
Member
reyang
left a comment
There was a problem hiding this comment.
Just want to say that I really like the fact that this PR fixed tons of typo errors and appreciate the great effort @thompson-tomo!
cd74e51 to
29a1397
Compare
jsuereth
approved these changes
Feb 1, 2026
5 tasks
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 4, 2026
Fixes ##4728 ## Changes This makes an attempt to replace misspell with cspell. Cspell was selected due to: - eliminating the need for a go-environment - the visual studio code integration - github action available - cspell is use in the otel.io repo ## Additional context Approach has been discussed and this implements what was discussed in the pre-curser pr #4754 (comment) For non-trivial changes, follow the [change proposal process](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CONTRIBUTING.md#proposing-a-change). * [x] Related issues #4728 * [ ] Related [OTEP(s)](https://github.com/open-telemetry/oteps) # * [ ] Links to the prototypes (when adding or changing features) * [ ] [`CHANGELOG.md`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/CHANGELOG.md) file updated for non-trivial changes * For trivial changes, include `[chore]` in the PR title to skip the changelog check * [ ] [Spec compliance matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix/template.yaml) updated if necessary --------- Co-authored-by: Joshua MacDonald <jmacd@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.
Progresses #4728
Changes
While working through the switch to cspell aka (#4830), a number of mistakes were identified and this seeks to correct them.
Note text within ` code blocks are automatically excluded hence some text has been standardized.
For non-trivial changes, follow the change proposal process.
CHANGELOG.mdfile updated for non-trivial changes