Skip to content

v0.2.48..v0.2.49 changeset RemoveTagsVisitor.h

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h
index 0dfb6dd..2cb2f74 100644
--- a/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h
+++ b/hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h
@@ -39,7 +39,7 @@ namespace hoot
 /**
  * Removes any tags with keys matching those passed to this visitor
  *
- * This really should be a ElementVisitor. See #2831.
+ * This really should be an ElementVisitor. See #2831.
  */
 class RemoveTagsVisitor : public ElementOsmMapVisitor, public Configurable,
   public ElementCriterionConsumer, public OperationStatusInfo
Clone this wiki locally