AP_HAL_SITL: Fix typos

This commit is contained in:
Ricardo de Almeida Gonzaga 2016-05-12 13:58:56 -03:00 committed by Lucas De Marchi
parent eb418f54ee
commit 91e9dd10ba

View File

@ -519,7 +519,7 @@ uint16_t SITL_State::_gps_nmea_checksum(const char *s)
}
/*
formated print of NMEA message, with checksum appended
formatted print of NMEA message, with checksum appended
*/
void SITL_State::_gps_nmea_printf(const char *fmt, ...)
{