From fd2281e8259918965a1e4b0484bcc3acd66ceb9c Mon Sep 17 00:00:00 2001 From: emlai Date: Sat, 10 Sep 2016 21:25:28 +0300 Subject: [PATCH] Fix typo --- components/settings/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/settings/settings.cpp b/components/settings/settings.cpp index 0e5324bd9..0c0600cc0 100644 --- a/components/settings/settings.cpp +++ b/components/settings/settings.cpp @@ -390,7 +390,7 @@ std::string Manager::getString(const std::string &setting, const std::string &ca return it->second; throw std::runtime_error(std::string("Trying to retrieve a non-existing setting: ") + setting - + ".\nMake sure the settings-default.cfg file file was properly installed."); + + ".\nMake sure the settings-default.cfg file was properly installed."); } float Manager::getFloat (const std::string& setting, const std::string& category)