AP_Torqeedo : correct comment spelling

This commit is contained in:
Ruffalo-sunghwan 2022-05-23 13:49:59 +09:00 committed by Randy Mackay
parent 286e0f261e
commit 40071aacc6
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ bool AP_Torqeedo::pre_arm_checks(char *failure_msg, uint8_t failure_msg_len)
return true;
}
// returns a human-readable string corresponding the the passed-in
// returns a human-readable string corresponding the passed-in
// master error code (see page 93 of https://media.torqeedo.com/downloads/manuals/torqeedo-Travel-manual-DE-EN.pdf)
// If no conversion is available then nullptr is returned
const char * AP_Torqeedo::map_master_error_code_to_string(uint8_t code) const

View File

@ -360,7 +360,7 @@ private:
MotorStatus _motor_status_prev; // backup of motor status
static AP_Torqeedo *_singleton;
// returns a human-readable string corresponding the the passed-in
// returns a human-readable string corresponding the passed-in
// master error code (see page 93 of https://media.torqeedo.com/downloads/manuals/torqeedo-Travel-manual-DE-EN.pdf)
// If no conversion is available then nullptr is returned
const char *map_master_error_code_to_string(uint8_t code) const;