Issue #2829 - fix the spelling of 'coordinate' in GfeUtil
Former-commit-id:5ded2afc7b
[formerly83471b4900
] [formerlye6ae710871
] [formerly56e79f2179
[formerlye6ae710871
[formerly a06c8efe8b316359cfb0d4feaa7ea8f36e4122e7]]] Former-commit-id:56e79f2179
Former-commit-id: 25690eebf00737ce2c3db1b4cd9bff6a9a40ab7f [formerlyeda1dc4142
] Former-commit-id:3c42fa358e
This commit is contained in:
parent
3bf88e9264
commit
b5840bb880
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