From 58e6cc6e119f7b149d623058cc50a5ad247a8c5f Mon Sep 17 00:00:00 2001 From: Chris Holland Date: Tue, 19 Feb 2019 19:33:37 -0500 Subject: [PATCH] [weather] envcan: Fix typo in lowercase icon lookup string Differential Revision: https://phabricator.kde.org/D19176 --- dataengines/weather/ions/envcan/ion_envcan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataengines/weather/ions/envcan/ion_envcan.cpp b/dataengines/weather/ions/envcan/ion_envcan.cpp index 78001c220..e06432ae2 100644 --- a/dataengines/weather/ions/envcan/ion_envcan.cpp +++ b/dataengines/weather/ions/envcan/ion_envcan.cpp @@ -291,7 +291,7 @@ QMap EnvCanadaIon::setupForecastIconMappi { QStringLiteral("periods of light snow and blowing snow"), LightSnow }, { QStringLiteral("periods of light snow mixed with freezing drizzle"), RainSnow }, { QStringLiteral("periods of light snow mixed with freezing rain"), RainSnow }, - { QStringLiteral("periods of light snow mixed with ice pelletS"), LightSnow }, + { QStringLiteral("periods of light snow mixed with ice pellets"), LightSnow }, { QStringLiteral("periods of light snow mixed with rain"), RainSnow }, { QStringLiteral("periods of light snow or freezing drizzle"), RainSnow }, { QStringLiteral("periods of light snow or freezing rain"), RainSnow },