diff --git a/src/Vehicle/Vehicle.h b/src/Vehicle/Vehicle.h index 259345b2432..ea58c275f97 100644 --- a/src/Vehicle/Vehicle.h +++ b/src/Vehicle/Vehicle.h @@ -392,7 +392,7 @@ class Vehicle : public FactGroup /// @return Minumum equivalent airspeed. Q_INVOKABLE double minimumEquivalentAirspeed(); - /// Command vehicle to move to specified location (altitude is included and relative) + /// Command vehicle to move to specified location (altitude is ignored) Q_INVOKABLE void guidedModeGotoLocation(const QGeoCoordinate& gotoCoord); /// Command vehicle to change altitude