Issue #2829 - fix the spelling of 'coordinate' in GfeUtil
Former-commit-id:e6ae710871
[formerlye6ae710871
[formerly a06c8efe8b316359cfb0d4feaa7ea8f36e4122e7]] Former-commit-id:56e79f2179
Former-commit-id:eda1dc4142
This commit is contained in:
parent
a69546725c
commit
832aca28ee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue