diff --git a/src/modules/commander/commander_params.c b/src/modules/commander/commander_params.c index 324255e178..ba42cb4bd5 100644 --- a/src/modules/commander/commander_params.c +++ b/src/modules/commander/commander_params.c @@ -291,7 +291,7 @@ PARAM_DEFINE_FLOAT(COM_DISARM_LAND, 2.0f); * * A non-zero, positive value specifies the time in seconds, within which the * vehicle is expected to take off after arming. In case the vehicle didn't takeoff - * within the timout it disamrs again. + * within the timeout it disarms again. * * A negative value disables autmoatic disarming triggered by a pre-takeoff timeout. * @@ -301,7 +301,6 @@ PARAM_DEFINE_FLOAT(COM_DISARM_LAND, 2.0f); */ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 10.0f); - /** * Allow arming without GPS *