Rover|Plane: Just fixing a spelling mistake.
This commit is contained in:
parent
69405cc99a
commit
b8011fd46c
@ -175,7 +175,7 @@ bool Rover::verify_command(const AP_Mission::Mission_Command& cmd)
|
||||
// this is a command that doesn't require verify
|
||||
return true;
|
||||
}
|
||||
gcs_send_text(MAV_SEVERITY_CRITICAL,"Verify conditon. Unsupported command");
|
||||
gcs_send_text(MAV_SEVERITY_CRITICAL,"Verify condition. Unsupported command");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
@ -317,7 +317,7 @@ bool Plane::verify_command(const AP_Mission::Mission_Command& cmd) // Ret
|
||||
if (AP_Mission::is_nav_cmd(cmd)) {
|
||||
gcs_send_text(MAV_SEVERITY_WARNING,"Verify nav. Invalid or no current nav cmd");
|
||||
}else{
|
||||
gcs_send_text(MAV_SEVERITY_WARNING,"Verify conditon. Invalid or no current condition cmd");
|
||||
gcs_send_text(MAV_SEVERITY_WARNING,"Verify condition. Invalid or no current condition cmd");
|
||||
}
|
||||
// return true so that we do not get stuck at this command
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user