spelling: case

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:40:53 -04:00
committed by Jindra Petřík
parent ad10dd134a
commit e9e4cbad79

View File

@@ -789,7 +789,7 @@ public class ActionScript2ClassDetector {
}
}
if (constructor != null) { //constructor should be there always, but just in calse
if (constructor != null) { //constructor should be there always, but just in case
//add constructor as trait
traitsStatic.add(0, false);
DirectValueActionItem classBaseName = new DirectValueActionItem(classNamePath.get(classNamePath.size() - 1));