Skip to content

Commit 829efb6

Browse files
committed
fix a spelling mistake
1 parent bbb8890 commit 829efb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/generate_ctest/identify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def identify_ctest(project):
3636
testinfo[param]["tests"][test] = set()
3737
testinfo[param]["tests"][test].add(value)
3838

39-
# ctest shoud pass all good value
39+
# ctest should pass all good value
4040
for param, info in testinfo.items():
4141
ctests[param] = []
4242
good_values = testinfo[param]["good_values"]

0 commit comments

Comments
 (0)