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)