Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Oct 7, 2024
1 parent f3153d4 commit a251e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddtrace/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class Config(object):
available and can be updated by users.
"""

# Maps deprecated configuration attributes to their corresponding enviornment variable and
# Maps deprecated configuration attributes to their corresponding environment variable and
# internalized attribute name
_DEPRECATED_ATTRS = {
"http_tag_query_string": ("_http_tag_query_string", "DD_TRACE_HTTP_CLIENT_TAG_QUERY_STRING"),
Expand Down
2 changes: 1 addition & 1 deletion tests/internal/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def test_remoteconfig_header_tags(run_python_code_in_subprocess):
@pytest.mark.subprocess
def test_config_public_properties_and_methods():
# Regression test to prevent unexpected changes to public attributes in Config
# By default most attributes should be private and set via Enviornment Variables
# By default most attributes should be private and set via Environment Variables
from ddtrace.settings import Config

public_attrs = set()
Expand Down

0 comments on commit a251e18

Please sign in to comment.