Skip to content

Commit f7409b8

Browse files
authored
Typo fix: caputre => capture (#1108)
1 parent 9d57a4c commit f7409b8

File tree

8 files changed

+8
-8
lines changed
  • instrumentation
    • opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi
    • opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon
    • opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi
    • opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask
    • opentelemetry-instrumentation-pyramid/src/opentelemetry/instrumentation/pyramid
    • opentelemetry-instrumentation-starlette/src/opentelemetry/instrumentation/starlette
    • opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado
    • opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi

8 files changed

+8
-8
lines changed

instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def client_response_hook(span: Span, message: dict):
140140
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
141141
142142
Note:
143-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
143+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
144144
145145
API
146146
---

instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def response_hook(span, req, resp):
135135
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
136136
137137
Note:
138-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
138+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
139139
140140
API
141141
---

instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def client_response_hook(span: Span, message: dict):
123123
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
124124
125125
Note:
126-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
126+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
127127
128128
API
129129
---

instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def response_hook(span: Span, status: str, response_headers: List):
134134
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
135135
136136
Note:
137-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
137+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
138138
139139
API
140140
---

instrumentation/opentelemetry-instrumentation-pyramid/src/opentelemetry/instrumentation/pyramid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
140140
141141
Note:
142-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
142+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
143143
144144
API
145145
---

instrumentation/opentelemetry-instrumentation-starlette/src/opentelemetry/instrumentation/starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def client_response_hook(span: Span, message: dict):
117117
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
118118
119119
Note:
120-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
120+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
121121
122122
API
123123
---

instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def client_resposne_hook(span, future):
146146
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
147147
148148
Note:
149-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
149+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
150150
151151
API
152152
---

instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def response_hook(span: Span, environ: WSGIEnvironment, status: str, response_he
149149
``http.response.header.custom_response_header = ["<value1>,<value2>"]``
150150
151151
Note:
152-
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
152+
Environment variable names to capture http headers are still experimental, and thus are subject to change.
153153
154154
API
155155
---

0 commit comments

Comments
 (0)