File fix-typo-in-icon-name.patch of Package plasma5-pk-updates

From 9662b9c5d83ad0188803830d7cf9a96a2db0d114 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fabian@ritter-vogt.de>
Date: Mon, 15 Aug 2016 11:40:31 +0100
Subject: [PATCH 4/4] Fix typo in icon name

Introduced in commit 9e236ec5d4d28d7498dfcc830a95590dececcf02

REVIEW: 128682
---
 src/declarative/pkupdates.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/declarative/pkupdates.cpp b/src/declarative/pkupdates.cpp
index 324387f..6083d22 100644
--- a/src/declarative/pkupdates.cpp
+++ b/src/declarative/pkupdates.cpp
@@ -98,7 +98,7 @@ bool PkUpdates::isSystemUpToDate() const
 QString PkUpdates::iconName() const
 {
     if (securityCount() > 0) {
-        return "update-hight";
+        return "update-high";
     } else if (importantCount() > 0) {
         return "update-medium";
     } else if (count() > 0) {
-- 
2.9.2

openSUSE Build Service is sponsored by