diff --git a/src/MissionManager/TakeoffMissionItem.cc b/src/MissionManager/TakeoffMissionItem.cc index 335f1b3a474c8d9189da668ba1a08dc5cc27a42e..b2bf8db06db99bd24970c29b50431170a67cb6e9 100644 --- a/src/MissionManager/TakeoffMissionItem.cc +++ b/src/MissionManager/TakeoffMissionItem.cc @@ -125,7 +125,7 @@ void TakeoffMissionItem::_initLaunchTakeoffAtSameLocation(void) if (_controllerVehicle->fixedWing() || _controllerVehicle->vtol()) { setLaunchTakeoffAtSameLocation(false); } else { - // PX4 specifies a coordinate for takeoff even for non fixed wing. But it makes more sense to not have a coordinate + // PX4 specifies a coordinate for takeoff even for multi-rotor. But it makes more sense to not have a coordinate // from and end user standpoint. So even for PX4 we try to keep launch and takeoff at the same position. Unless the // user has moved/loaded launch at a different location than takeoff. if (coordinate().isValid() && _settingsItem->coordinate().isValid()) {