Skip to content

Commit

Permalink
Fix typo in word Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglasdc3 committed Apr 4, 2023
1 parent a9b4c6e commit 93d2203
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AircraftOperationalStatusVersion2Surface extends AircraftOperationa
private Angle horizontalSource;
private SourceIntegrityLevelSupplement SILsupp;
private SourceIntegrityLevel SIL;
private Version verison;
private Version version;

public AircraftOperationalStatusVersion2Surface(short[] data) {
super(data);
Expand Down Expand Up @@ -88,7 +88,7 @@ public SourceIntegrityLevel getSIL() {
return SIL;
}

public Version getVerison() {
return verison;
public Version getVersion() {
return version;
}
}

0 comments on commit 93d2203

Please sign in to comment.