From e03826890ab58e8515ce540244088a46a256545f Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar Do Carmo Lucas" Date: Mon, 4 Sep 2017 18:58:22 +0200 Subject: [PATCH] AP_GPS: Fix typo in comment --- libraries/AP_GPS/AP_GPS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_GPS/AP_GPS.cpp b/libraries/AP_GPS/AP_GPS.cpp index 2a990dd7e0..8d0bde0599 100644 --- a/libraries/AP_GPS/AP_GPS.cpp +++ b/libraries/AP_GPS/AP_GPS.cpp @@ -1374,7 +1374,7 @@ void AP_GPS::calc_blended_state(void) /* * Calculate an instantaneous weighted/blended average location from the available GPS instances and store in the _output_state. - * This will be statisticaly the most likely location, but will be not stable enough for direct use by the autopilot. + * This will be statistically the most likely location, but will be not stable enough for direct use by the autopilot. */ // Use the GPS with the highest weighting as the reference position