Skip to content

Commit 39dd062

Browse files
committed
Spelling
1 parent 2e9bb11 commit 39dd062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356356
- `opentelemetry-instrumentation-sqlalchemy` Added span for the connection phase ([#1133](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1133))
357357
- Add metric instrumentation in asgi
358358
([#1197](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1197))
359-
- Add metric instumentation for flask
359+
- Add metric instrumentation for flask
360360
([#1186](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1186))
361361
- Add a test for asgi using NoOpTracerProvider
362362
([#1367](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1367))

opentelemetry-instrumentation/src/opentelemetry/instrumentation/propagators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def set(self, carrier, key, value): # pylint: disable=no-self-use
5959

6060

6161
class FuncSetter(Setter):
62-
"""FuncSetter coverts a function into a valid Setter. Any function that can
62+
"""FuncSetter converts a function into a valid Setter. Any function that can
6363
set values in a carrier can be converted into a Setter by using FuncSetter.
6464
This is useful when injecting trace context into non-dict objects such
6565
HTTP Response objects for different framework.

0 commit comments

Comments
 (0)