Skip to content

Commit d1acc58

Browse files
chore: fix typo
Co-authored-by: Rey Abolofia <rey.abolofia@datadoghq.com>
1 parent 95e2cbc commit d1acc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def lambda_metric(metric_name, value, timestamp=None, tags=None, force_async=Fal
138138
),
139139

140140
else:
141-
# This should be qutie impossible, but let's at least log a message if
141+
# This should be quite impossible, but let's at least log a message if
142142
# it somehow happens.
143143
logger.debug(
144144
"Metric %s cannot be submitted because the metrics handler is not configured: %s",

0 commit comments

Comments
 (0)