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)
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "SVG error: unbale to open \"" << filename << "\"";
|
||||
ss << "SVG error: unable to open \"" << filename << "\"";
|
||||
throw std::runtime_error(ss.str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue