fix typo
This commit is contained in:
parent
15af190c77
commit
c2295755f6
1 changed files with 1 additions and 1 deletions
|
@ -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 + "\"");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue