Skip to content

Commit b033be9

Browse files
committed
Typos
1 parent 93af520 commit b033be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/uss_qualifier/scenarios/scenario.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,11 +453,11 @@ def check(
453453
else:
454454
check_list = ", ".join(available_checks)
455455
if self._allow_undocumented_checks:
456-
# We create a dunny TestCheckDocumentation to continue.
456+
# We create a dummy TestCheckDocumentation to continue.
457457
# The severity is unknown since we don't have documentation,
458458
# but we default to a medium severity (so a failure won't stop
459459
# tests).
460-
# Thoses undocumented checks are primary used for unit testing,
460+
# These undocumented checks are primary used for unit testing,
461461
# this shouldn't have any impact on normal testing.
462462
check_documentation = TestCheckDocumentation(
463463
name=name,

0 commit comments

Comments
 (0)