[weather] Fix spelling error in debug output

wilder-5.17
Shawn Starr 7 years ago
parent 9a3b9e6704
commit fb209c64e7
  1. 2
      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;
}
}

Loading…
Cancel
Save