Skip to content

v0.2.54..v0.2.55 changeset RemoveElementByEid.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.h
index af3f71e..5b09932 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.h
@@ -114,7 +114,7 @@ public:
   static void removeElementNoCheck(OsmMapPtr map, ElementId eId);
 
   /**
-   * @brief removeElement Removes an element from a map only if it does not have a prent element.
+   * @brief removeElement Removes an element from a map only if it does not have a parent element.
    *
    * If this element contains children (e.g. multipolygon) the children will not be removed from
    * the map.
Clone this wiki locally