mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix typo
This commit is contained in:
parent
ffe9b21b58
commit
cf604518a5
@ -210,7 +210,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
catch (std::exception & e)
|
||||
{
|
||||
std::cerr << "Error runnig tests: " << e.what() << std::endl;
|
||||
std::cerr << "Error running tests: " << e.what() << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user