AP_BattMonitor: comment fix

This commit is contained in:
Randy Mackay 2020-06-03 09:24:00 +09:00 committed by WickedShell
parent 268c67d12d
commit 2396a8176c
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ bool AP_BattMonitor_SMBus::read_full_charge_capacity(void)
}
// reads the remaining capacity
// returns true if the read was succesful, which is only considered to be the
// returns true if the read was successful, which is only considered to be the
// we know the full charge capacity
bool AP_BattMonitor_SMBus::read_remaining_capacity(void)
{

View File

@ -61,7 +61,7 @@ protected:
bool read_full_charge_capacity(void);
// reads the remaining capacity
// returns true if the read was succesful, which is only considered to be the
// returns true if the read was successful, which is only considered to be the
// we know the full charge capacity
bool read_remaining_capacity(void);