Skip to content

Commit 920568a

Browse files
Fix spelling and spellchecks
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent d62699a commit 920568a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/spelling_custom_words_en_US.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ bggr
4040
Biblio
4141
bicyclesback
4242
bildgebendes
43+
bmatrix
4344
bool
4445
boolean
4546
Botts
4647
bp
48+
Brem
4749
br
4850
britannica
4951
candela
@@ -95,6 +97,7 @@ ECE
9597
edn
9698
edu
9799
egm
100+
Eibert
98101
eilvterm
99102
ein
100103
Einheiten
@@ -105,6 +108,7 @@ Encyclopaedia
105108
endcode
106109
Ende
107110
Endeninch
111+
endian
108112
endlink
109113
endrules
110114
engl
@@ -161,7 +165,10 @@ haben
161165
Hafengebiet
162166
Hagen
163167
halten
168+
hh
164169
hier
170+
Hitpoint
171+
hitpoint
165172
Hochwasser
166173
hoverboards
167174
href
@@ -170,6 +177,7 @@ htm
170177
html
171178
http
172179
https
180+
hv
173181
hypot
174182
ietf
175183
illuminance
@@ -187,6 +195,7 @@ io
187195
IRI
188196
iso
189197
itu
198+
jones
190199
jpg
191200
Karamihas
192201
Karlsruhe
@@ -225,6 +234,7 @@ Nebenstrecke
225234
neuer
226235
nicht
227236
Nicolaus
237+
nm
228238
noao
229239
NONDRIVING
230240
Normung
@@ -260,6 +270,7 @@ Parkstände
260270
Paulat
261271
pdf
262272
png
273+
polarisation
263274
Polizeikontrolle
264275
polyline
265276
positionally
@@ -295,6 +306,7 @@ Sa
295306
SAE
296307
sae
297308
samstags
309+
SBR
298310
Schienenfahrzeuge
299311
Schleudergefahr
300312
Schlupf
@@ -362,9 +374,11 @@ Verkehrsführung
362374
Verkehrstechnik
363375
verkehrszeichen
364376
Verschmutzte
377+
vh
365378
Vorfahrt
366379
Vorschriftzeichen
367380
Vorweg
381+
vv
368382
vz
369383
VzKat
370384
vzkat

osi_sensorviewconfiguration.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,15 +1050,15 @@ message RayTracerViewConfiguration
10501050
//
10511051
optional double maximum_signal_loss = 6;
10521052

1053-
// The maximum path length desribes the ray's maximum overall distance. If
1053+
// The maximum path length describes the ray's maximum overall distance. If
10541054
// the maximum path length is reached during simulation no further
10551055
// interaction is calculated.
10561056
//
10571057
// Unit: m
10581058
//
10591059
optional double max_path_length = 7;
10601060

1061-
// The maximum number of interaction desribes the ray's maximum hits with
1061+
// The maximum number of interaction describes the ray's maximum hits with
10621062
// surfaces. If the maximum number of interaction is reached during
10631063
// simulation no further interaction is calculated.
10641064
//

0 commit comments

Comments
 (0)