From c2295755f6d6020374918031accb397b2cfe7eb1 Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 13 Jul 2015 13:48:34 +0200 Subject: [PATCH] fix typo --- src/color_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/color_factory.cpp b/src/color_factory.cpp index d13a89562..dc54e89e5 100644 --- a/src/color_factory.cpp +++ b/src/color_factory.cpp @@ -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 + "\""); } }