Skip to content

Commit ae0f797

Browse files
committed
fix typo in comment: inherit
1 parent ac36d6c commit ae0f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3573,7 +3573,7 @@ def test_iter_builddeps_templates(self):
35733573
self.assertTrue('pyshortver' in ec.template_values)
35743574
self.assertEqual(ec.template_values['pyshortver'], '3.6')
35753575

3576-
# check that extensions enherit these template values too
3576+
# check that extensions inherit these template values too
35773577
# cfr. https://github.com/easybuilders/easybuild-framework/issues/3317
35783578
eb = EasyBlock(ec)
35793579
eb.silent = True

0 commit comments

Comments
 (0)