Skip to content

Commit 8c9ff16

Browse files
boegelThyre
andauthored
fix typo in comment
Co-authored-by: Jan André Reuter <jan@zyten.de>
1 parent dbaf95e commit 8c9ff16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/framework/toy_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4893,7 +4893,7 @@ def test_easyconfig_instances(self):
48934893
matches = regex.findall(logtxt)
48944894
cnt = len(matches)
48954895
# 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)
4896+
# note: multiple EasyConfig instances are currently created for (sub)toolchains (like foss/2018a, gompi/2018a)
48974897
expected = 12
48984898
error_msg = f"{cnt} EasyConfig instances created, expected {expected}:\n" + '\n'.join(matches)
48994899
self.assertEqual(cnt, expected, error_msg)

0 commit comments

Comments
 (0)