adapt to spelling fix in svg tests

This commit is contained in:
Dane Springmeyer 2017-09-10 10:21:39 -07:00
parent 4bc7ec73de
commit 13ff9e1706

View file

@ -87,7 +87,7 @@ TEST_CASE("SVG parser") {
std::string svg_name("FAIL");
char const* expected_errors[] =
{
"SVG error: unbale to open \"FAIL\""
"SVG error: unable to open \"FAIL\""
};
test_parser p;