From 832aca28ee54443b22f57cfadbd4389f1dafaea9 Mon Sep 17 00:00:00 2001 From: Bryan Kowal Date: Mon, 3 Mar 2014 17:44:13 -0600 Subject: [PATCH] Issue #2829 - fix the spelling of 'coordinate' in GfeUtil Former-commit-id: e6ae7108712453f9abec49d8ebb78e7df9cf744e [formerly e6ae7108712453f9abec49d8ebb78e7df9cf744e [formerly a06c8efe8b316359cfb0d4feaa7ea8f36e4122e7]] Former-commit-id: 56e79f2179d5fcfc3bcfccbdeb0bd5938f0d710c Former-commit-id: eda1dc4142d8361f5fd5850bf0d4c2328fdef52a --- .../src/com/raytheon/uf/common/dataplugin/gfe/util/GfeUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/util/GfeUtil.java b/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/util/GfeUtil.java index 2a42ebcc99..d099f6aae0 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/util/GfeUtil.java +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/util/GfeUtil.java @@ -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)