spelling: qualified

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:58:57 -04:00
committed by Jindra Petřík
parent ea0a1004c9
commit 6d91ce179d

View File

@@ -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);