Skip to content

v0.2.50..v0.2.51 changeset MergerFactory.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h b/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h
index 89fa07b..299f16f 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h
@@ -94,7 +94,7 @@ public:
 private:
 
   // Since this is a Singleton, we shouldn't be accessing its constructor, but there are a some
-  // spots where are.  This is here to limit any further constructor access.
+  // spots where we are.  This is here to limit any further constructor access.
   friend class UnifyingConflator;
   friend class MultiaryUtilities;
 
Clone this wiki locally