Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: fix spelling issues #701

Open
yurishkuro opened this issue May 11, 2024 · 0 comments
Open

[Bug]: fix spelling issues #701

yurishkuro opened this issue May 11, 2024 · 0 comments

Comments

@yurishkuro
Copy link
Member

yurishkuro commented May 11, 2024

We spellcheck the content using make spellcheck, which uses a dictionary of words scripts/cspell/project-words.txt. However, this dictionary was seeded with some clearly misspelled words, at minimum those shown in the diff below. The goal is to fix the occurrences of those misspelled words in the main content (e.g. by finding them with grep -rn {word} content/) and remove them from the dictionary file.

--- a/scripts/cspell/project-words.txt
+++ b/scripts/cspell/project-words.txt
@@ -6,15 +6,12 @@ ashmita
 autoscale
 autoscaler
 bansal
-behaviour
 bohara
 bootcamp
-boths
 certfile
 changeme
 clickhouse
 cncf
-conrolled
 containerd
 cqlsh
 cqlshrc
@@ -22,9 +19,6 @@ daemonset
 datacenter
 datasource
 developercertificate
-dilligence
-distirbuted
-documentiing
 downsampling
 dropwizard
 dsoie
@@ -51,8 +45,6 @@ htpasswd
 ingester
 ingester's
 ingesters
-ingestor
-initialisation
 istio
 istio's
 jaegertracing
@@ -128,18 +120,15 @@ statefulset
 strimzi's
 struct
 tchannel
-telemtery
 thriftrw
 tolerations
 tracegen
-trft
 uberctx
 unmarshaling
 upsample
 usercert
 userkey
 valuen
-variery
 vlog
 volz
 weaveworks
yurishkuro added a commit that referenced this issue May 13, 2024
## Which problem is this PR solving?
- Resolves #701 


## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits

---------

Signed-off-by: Jeeva Ramanathan <jeevaramanathan.m@infosys.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro reopened this May 13, 2024
yurishkuro pushed a commit that referenced this issue May 13, 2024
## Which problem is this PR solving?
- Part of #701 


## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant