Skip to content

Commit 12b4b2e

Browse files
alexmalyshevmeta-codesync[bot]
authored andcommitted
spelling: fix "additioanl" typo in cinder_test_runner310
Summary: Fix a simple spelling error in a comment: "additioanl" → "additional". Reviewed By: brittanyrey Differential Revision: D99439605 fbshipit-source-id: 118ecf7c3c592d8ca326159668e7dfee5ccf8528
1 parent 652ff35 commit 12b4b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cinderx/TestScripts/cinder_test_runner310.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def _patched_runtest_inner2(ns: Namespace, tests_name: str) -> bool:
593593

594594
if find_spec(tests_name) is not None:
595595
# if we have a module fallback to the existing _runtest_inner2, it
596-
# does some additioanl setup like calling test_main that we can't
596+
# does some additional setup like calling test_main that we can't
597597
# handle for non-module tests.
598598
return _runtest_inner2(ns, tests_name)
599599

0 commit comments

Comments
 (0)