Issue #2829 - fix the spelling of 'coordinate' in GfeUtil

Former-commit-id: 5ded2afc7b [formerly 83471b4900] [formerly e6ae710871] [formerly 56e79f2179 [formerly e6ae710871 [formerly a06c8efe8b316359cfb0d4feaa7ea8f36e4122e7]]]
Former-commit-id: 56e79f2179
Former-commit-id: 25690eebf00737ce2c3db1b4cd9bff6a9a40ab7f [formerly eda1dc4142]
Former-commit-id: 3c42fa358e
This commit is contained in:
Bryan Kowal 2014-03-03 17:44:13 -06:00
parent 3bf88e9264
commit b5840bb880

View file

@ -422,7 +422,7 @@ public class GfeUtil {
// check for closed line string
if (!ls.isClosed()) {
throw new IllegalArgumentException(
"The coorinate list must be closed (first and last coordinates must be equal)");
"The coordinate list must be closed (first and last coordinates must be equal)");
}
// node the line string (insert vertices where lines cross)