summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-25 16:27:58 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-25 16:27:58 +0300
commit5b20a3d95717f75d33801c4dd2b093e106d90541 (patch)
treee29f6382dae797d017267698ab5e907ec0c8d4b8 /src
parent3199384107eb2a6efcca80ed1fefb51df86f87a7 (diff)
downloadplus-5b20a3d95717f75d33801c4dd2b093e106d90541.tar.gz
plus-5b20a3d95717f75d33801c4dd2b093e106d90541.tar.bz2
plus-5b20a3d95717f75d33801c4dd2b093e106d90541.tar.xz
plus-5b20a3d95717f75d33801c4dd2b093e106d90541.zip
fix typo in resourcemanager logging.
Diffstat (limited to 'src')
-rw-r--r--src/resources/resourcemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp
index a3adce7bb..6015347a9 100644
--- a/src/resources/resourcemanager.cpp
+++ b/src/resources/resourcemanager.cpp
@@ -528,7 +528,7 @@ Resource *ResourceManager::get(const std::string &idPath, const generator fun,
}
else
{
- logger->log("Error loaging image: " + idPath);
+ logger->log("Error loading image: " + idPath);
}
#else
Resource *resource = fun(data);
@@ -543,7 +543,7 @@ Resource *ResourceManager::get(const std::string &idPath, const generator fun,
}
else
{
- logger->log("Error loaging image: " + idPath);
+ logger->log("Error loading image: " + idPath);
}
#endif