We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d3664 commit cee9dc3Copy full SHA for cee9dc3
opentelemetry-api/src/opentelemetry/util/re.py
@@ -51,7 +51,7 @@
51
_INVALID_HEADER_ERROR_MESSAGE_LIBERAL_TEMPLATE = (
52
"Header format invalid! Header values in environment variables must be "
53
"URL encoded per the OpenTelemetry Protocol Exporter specification or "
54
- "a comma separated list of name=value occurencies: %s"
+ "a comma separated list of name=value occurrences: %s"
55
)
56
57
# pylint: disable=invalid-name
0 commit comments