From f3c71785e49bab5d39af7a4095ca02d6c3e27c28 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 10 Sep 2017 10:21:39 -0700 Subject: [PATCH] adapt to spelling fix in svg tests --- test/unit/svg/svg_parser_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/svg/svg_parser_test.cpp b/test/unit/svg/svg_parser_test.cpp index 18e6e9b10..2144b577a 100644 --- a/test/unit/svg/svg_parser_test.cpp +++ b/test/unit/svg/svg_parser_test.cpp @@ -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;