fix spelling in svg parser error
This commit is contained in:
parent
f64c7573b1
commit
fa057a8d06
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ void svg_parser::parse(std::string const& filename)
|
||||||
if (!stream)
|
if (!stream)
|
||||||
{
|
{
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << "SVG error: unbale to open \"" << filename << "\"";
|
ss << "SVG error: unable to open \"" << filename << "\"";
|
||||||
throw std::runtime_error(ss.str());
|
throw std::runtime_error(ss.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue