From fb209c64e718ea04c4b8ce192b39dd33f16baab4 Mon Sep 17 00:00:00 2001 From: Shawn Starr Date: Wed, 14 Aug 2019 14:31:33 -0400 Subject: [PATCH] [weather] Fix spelling error in debug output --- dataengines/weather/weatherengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataengines/weather/weatherengine.cpp b/dataengines/weather/weatherengine.cpp index 53189021f..0c794ac16 100644 --- a/dataengines/weather/weatherengine.cpp +++ b/dataengines/weather/weatherengine.cpp @@ -205,7 +205,7 @@ void WeatherEngine::forceUpdate(IonInterface *ion, const QString &source) qCDebug(WEATHER) << "immediate update of" << source; container->forceImmediateUpdate(); } else { - qCWarning(WEATHER) << "innexplicable failure of" << source; + qCWarning(WEATHER) << "inexplicable failure of" << source; } }