This commit is contained in:
artemp 2015-07-13 13:48:34 +02:00
parent 15af190c77
commit c2295755f6

View file

@ -45,7 +45,7 @@ color parse_color(std::string const& str)
}
else
{
throw config_error("Failed to a parse color: \"" + str + "\"");
throw config_error("Failed to parse color: \"" + str + "\"");
}
}