Plane: fix soaring typo

This commit is contained in:
Tom Pittenger 2019-06-07 06:39:57 -07:00 committed by Andrew Tridgell
parent ec8f82422a
commit ce9450846b

View File

@ -70,7 +70,7 @@ void Plane::update_soaring() {
}
const char* strTooHigh = "Soaring: Too high, restoring ";
const char* strTooLow = "Soaring: Too high, restoring ";
const char* strTooLow = "Soaring: Too low, restoring ";
const char* strTooWeak = "Soaring: Thermal ended, restoring ";
// Exit as soon as thermal state estimate deteriorates