Skip to content

Commit 93d2203

Browse files
committed
Fix typo in word Version
1 parent a9b4c6e commit 93d2203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/aero/t2s/modes/decoder/df/df17/AircraftOperationalStatusVersion2Surface.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AircraftOperationalStatusVersion2Surface extends AircraftOperationa
1313
private Angle horizontalSource;
1414
private SourceIntegrityLevelSupplement SILsupp;
1515
private SourceIntegrityLevel SIL;
16-
private Version verison;
16+
private Version version;
1717

1818
public AircraftOperationalStatusVersion2Surface(short[] data) {
1919
super(data);
@@ -88,7 +88,7 @@ public SourceIntegrityLevel getSIL() {
8888
return SIL;
8989
}
9090

91-
public Version getVerison() {
92-
return verison;
91+
public Version getVersion() {
92+
return version;
9393
}
9494
}

0 commit comments

Comments
 (0)