Merge "Issue #2829 - fix the spelling of 'coordinate' in GfeUtil" into development

Former-commit-id: bd94f6bf99 [formerly 12458982fe4c43a9b61e9194246c80527d02da6d]
Former-commit-id: 4fbb2f0059
This commit is contained in:
Richard Peter 2014-03-04 12:38:30 -06:00 committed by Gerrit Code Review
commit 363e9e294f

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)