Skip to content

Commit 8a190ed

Browse files
authored
[chore] Fix some typos (#12897)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description n/a <!-- Issue number if applicable --> #### Link to tracking issue n/a <!--Describe what testing was performed and which tests were added.--> #### Testing n/a <!--Describe the documentation added.--> #### Documentation n/a <!--Please delete paragraphs that you did not use before submitting.-->
1 parent 901c395 commit 8a190ed

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/utils/cspell.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,14 @@
177177
"expandconverter",
178178
"expandmapconverter",
179179
"expandvar",
180-
"expoerterhelper",
181180
"exporterbatch",
182181
"exporterbatcher",
183-
"exporterheleper",
184182
"exporterhelper",
185183
"exporterhelperprofiles",
186184
"exporterprofiles",
187185
"exporterqueue",
188186
"exportertest",
189187
"exporthelper",
190-
"expotertest",
191188
"expvar",
192189
"extensionauth",
193190
"extensionauthtest",
@@ -269,7 +266,6 @@
269266
"keepalive",
270267
"koanf",
271268
"lables",
272-
"lastest",
273269
"ldflags",
274270
"limitermiddleware",
275271
"localhostgate",

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
381381

382382
- `service`: ensure traces and logs emitted by the otel go SDK use the same resource information (#11578)
383383
- `config/configgrpc`: Patch for bug in the grpc-go NewClient that makes the way the hostname is resolved incompatible with the way proxy setting are applied. (#11537)
384-
- `builder`: Update builder default providers to lastest stable releases (#11566)
384+
- `builder`: Update builder default providers to latest stable releases (#11566)
385385

386386
## v1.18.0/v0.112.0
387387

388388
### 🛑 Breaking changes 🛑
389389

390390
- `consumer/consumererror`: Extract consumer/consumererror as a separate go module (#11440)
391-
- `exporter/expotertest`: Put expotertest into its own module (#11461)
391+
- `exporter/exportertest`: Put exportertest into its own module (#11461)
392392
- `service`: Remove stable gate component.UseLocalHostAsDefaultHost (#11412)
393393

394394
### 🚩 Deprecations 🚩
@@ -3221,7 +3221,7 @@ This release is marked as "bad" since the metrics pipelines will produce bad dat
32213221
- `opencensus`: Convert to new Number metrics (#3708)
32223222
- `scraperhelper` receiver: Convert to new Number metrics (#3717)
32233223
- `testbed`: Convert to new Number metrics (#3719)
3224-
- `expoerterhelper`: Convert `resourcetolabel` to new Number metrics (#3723)
3224+
- `exporterhelper`: Convert `resourcetolabel` to new Number metrics (#3723)
32253225
- `configauth`: Prepare auth API to return a context (#3618)
32263226
- `pdata`:
32273227
- Implement `Equal()` for map-valued `AttributeValues` (#3612)

0 commit comments

Comments
 (0)