spelling: qualified

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent ea0a1004c9
commit 6d91ce179d
@@ -554,7 +554,7 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item {
}
}
//Search all fully qualitfied types
//Search all fully qualified types
if (!isProperty) {
for (int i = 0; i < name.size(); i++) {
DottedChain fname = name.subChain(i + 1);