adapt to spelling fix in svg tests

This commit is contained in:
Dane Springmeyer 2017-09-10 10:21:39 -07:00
parent fa057a8d06
commit f3c71785e4

View file

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