diff --git a/ArduPlane/soaring.cpp b/ArduPlane/soaring.cpp index cbfc9b65bc..3a2044448e 100644 --- a/ArduPlane/soaring.cpp +++ b/ArduPlane/soaring.cpp @@ -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