1%Error: t/t_interface_typo_bad.v:14:4: Parent instance's interface is not found: 'foo_intf'
2   14 |    foo_intf foo
3      |    ^~~~~~~~
4%Error: t/t_interface_typo_bad.v:22:4: Cannot find file containing interface: 'fo_intf'
5   22 |    fo_intf the_foo;
6      |    ^~~~~~~
7%Error: t/t_interface_typo_bad.v:27:15: Found definition of 'the_foo' as a CELL but expected a variable
8   27 |         .foo (the_foo)
9      |               ^~~~~~~
10%Error: Exiting due to
11