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

Former-commit-id: e6ae710871 [formerly e6ae710871 [formerly a06c8efe8b316359cfb0d4feaa7ea8f36e4122e7]]
Former-commit-id: 56e79f2179
Former-commit-id: eda1dc4142
This commit is contained in:
Bryan Kowal 2014-03-03 17:44:13 -06:00
parent a69546725c
commit 832aca28ee

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)