fix a typo

This commit is contained in:
Sven Czarnian
2021-08-14 15:12:53 +02:00
parent 3c6b91b584
commit c355ac688e

View File

@@ -9,6 +9,6 @@ message AircraftReport {
string initialApproachFix = 2; // last waypoint of the route
Coordinate position = 3; // current WGS84 position
Dynamics dynamics = 4; // current aircraft dynamics
string destination; = 5; // the destination airport
string destination = 5; // the destination airport
Time timeAtIAF = 6; // UTC time when aircraft is at IAF
}