From 91e9dd10babe7fba81ad2d566315281e38820506 Mon Sep 17 00:00:00 2001 From: Ricardo de Almeida Gonzaga Date: Thu, 12 May 2016 13:58:56 -0300 Subject: [PATCH] AP_HAL_SITL: Fix typos --- libraries/AP_HAL_SITL/sitl_gps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_SITL/sitl_gps.cpp b/libraries/AP_HAL_SITL/sitl_gps.cpp index d728688cae..29a3f50596 100644 --- a/libraries/AP_HAL_SITL/sitl_gps.cpp +++ b/libraries/AP_HAL_SITL/sitl_gps.cpp @@ -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, ...) {