From ab2e469db696f6407f7953638ac0a4036ec713ad Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 7 Jul 2016 16:53:05 +0300
Subject: Fix typo pallette -> palette.

---
 src/resources/iteminfo.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/resources/iteminfo.cpp b/src/resources/iteminfo.cpp
index aa5d81b8e..2b501627c 100644
--- a/src/resources/iteminfo.cpp
+++ b/src/resources/iteminfo.cpp
@@ -417,7 +417,7 @@ std::string ItemInfo::getColorName(const ItemColor idx) const
         it = mColorsList->find(idx);
     if (it == mColorsList->end())
     {
-        reportAlways("Color %d for pallette %s not found",
+        reportAlways("Color %d for palette %s not found",
             CAST_S32(idx),
             mColorsListName.c_str());
         return std::string();
@@ -434,7 +434,7 @@ std::string ItemInfo::getColor(const ItemColor idx) const
         it = mColorsList->find(idx);
     if (it == mColorsList->end())
     {
-        reportAlways("Color %d for pallette %s not found",
+        reportAlways("Color %d for palette %s not found",
             CAST_S32(idx),
             mColorsListName.c_str());
         return std::string();
@@ -451,7 +451,7 @@ std::string ItemInfo::getIconColorName(const ItemColor idx) const
         it = mIconColorsList->find(idx);
     if (it == mIconColorsList->end())
     {
-        reportAlways("Color %d for pallette %s not found",
+        reportAlways("Color %d for palette %s not found",
             CAST_S32(idx),
             mColorsListName.c_str());
         return std::string();
@@ -468,7 +468,7 @@ std::string ItemInfo::getIconColor(const ItemColor idx) const
         it = mIconColorsList->find(idx);
     if (it == mIconColorsList->end())
     {
-        reportAlways("Color %d for pallette %s not found",
+        reportAlways("Color %d for palette %s not found",
             CAST_S32(idx),
             mColorsListName.c_str());
         return std::string();
-- 
cgit v1.2.3-70-g09d2