We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaf95e commit 8c9ff16Copy full SHA for 8c9ff16
1 file changed
test/framework/toy_build.py
@@ -4893,7 +4893,7 @@ def test_easyconfig_instances(self):
4893
matches = regex.findall(logtxt)
4894
cnt = len(matches)
4895
# we expect to find 12 EasyConfig instances being created: gzip itself + full toolchain;
4896
- # note: multiple EasyConfig instances are currently reated for (sub)toolchains (like foss/2018a, gompi/2018a)
+ # note: multiple EasyConfig instances are currently created for (sub)toolchains (like foss/2018a, gompi/2018a)
4897
expected = 12
4898
error_msg = f"{cnt} EasyConfig instances created, expected {expected}:\n" + '\n'.join(matches)
4899
self.assertEqual(cnt, expected, error_msg)
0 commit comments