Skip to content

Commit

Permalink
Update opentelemetry-api/src/opentelemetry/util/re.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <trentm@gmail.com>
  • Loading branch information
xrmx and trentm authored Aug 3, 2024
1 parent b7d3664 commit cee9dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/util/re.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
_INVALID_HEADER_ERROR_MESSAGE_LIBERAL_TEMPLATE = (
"Header format invalid! Header values in environment variables must be "
"URL encoded per the OpenTelemetry Protocol Exporter specification or "
"a comma separated list of name=value occurencies: %s"
"a comma separated list of name=value occurrences: %s"
)

# pylint: disable=invalid-name
Expand Down

0 comments on commit cee9dc3

Please sign in to comment.