Skip to content

v0.2.47..v0.2.48 changeset UnlikelyIntersectionRemover.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h b/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
index 69357fc..5febbf5 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
@@ -45,7 +45,7 @@ class Way;
 
 /**
  * Locates intersections that are likely mistakes and separates them. This is typically a problem
- * with data ingested into OSM (e.g. goverment data such as TIGER).
+ * with data ingested into OSM (e.g. government data such as TIGER).
  *
  * For example, a motorway overpass intersecting a residential street at a 90° is considered
  * unlikely and "unsnapped". The geometry location is not modified.
Clone this wiki locally