Skip to content

Commit e0aa59b

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

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/spelling_custom_words_en_US.txt

Lines changed: 13 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,9 @@ haben
161165
Hafengebiet
162166
Hagen
163167
halten
168+
hh
164169
hier
170+
Hitpoint
165171
Hochwasser
166172
hoverboards
167173
href
@@ -170,6 +176,7 @@ htm
170176
html
171177
http
172178
https
179+
hv
173180
hypot
174181
ietf
175182
illuminance
@@ -187,6 +194,7 @@ io
187194
IRI
188195
iso
189196
itu
197+
jones
190198
jpg
191199
Karamihas
192200
Karlsruhe
@@ -225,6 +233,7 @@ Nebenstrecke
225233
neuer
226234
nicht
227235
Nicolaus
236+
nm
228237
noao
229238
NONDRIVING
230239
Normung
@@ -260,6 +269,7 @@ Parkstände
260269
Paulat
261270
pdf
262271
png
272+
polarisation
263273
Polizeikontrolle
264274
polyline
265275
positionally
@@ -295,6 +305,7 @@ Sa
295305
SAE
296306
sae
297307
samstags
308+
SBR
298309
Schienenfahrzeuge
299310
Schleudergefahr
300311
Schlupf
@@ -362,9 +373,11 @@ Verkehrsführung
362373
Verkehrstechnik
363374
verkehrszeichen
364375
Verschmutzte
376+
vh
365377
Vorfahrt
366378
Vorschriftzeichen
367379
Vorweg
380+
vv
368381
vz
369382
VzKat
370383
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)