Skip to content

v0.2.53..v0.2.54 changeset Relation.h

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/elements/Relation.h b/hoot-core/src/main/cpp/hoot/core/elements/Relation.h
index df915e7..fa25cc9 100644
--- a/hoot-core/src/main/cpp/hoot/core/elements/Relation.h
+++ b/hoot-core/src/main/cpp/hoot/core/elements/Relation.h
@@ -125,7 +125,7 @@ public:
   { return _relationData->getType() == MetadataTags::RelationRestriction(); }
 
   /**
-   * Remove all members that meet the speicified criteria. If no members meet the criteria then
+   * Remove all members that meet the specified criteria. If no members meet the criteria then
    * no changes are made.
    */
   void removeElement(const QString& role, const std::shared_ptr<const Element>& e);
Clone this wiki locally