Merge pull request #372 from Ironholds/develop

Grammar fix in read_wkt_exception message.
This commit is contained in:
Adam Wulkiewicz
2017-01-01 23:57:20 +01:00
committed by GitHub

View File

@@ -203,7 +203,7 @@ inline void check_end(Iterator& it,
{
if (it != end)
{
throw read_wkt_exception("Too much tokens", it, end, wkt);
throw read_wkt_exception("Too many tokens", it, end, wkt);
}
}