aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reduceOverlap.js')
-rwxr-xr-xbin/reduceOverlap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reduceOverlap.js b/bin/reduceOverlap.js
index 40b4708..90ca036 100755
--- a/bin/reduceOverlap.js
+++ b/bin/reduceOverlap.js
@@ -82,7 +82,7 @@ const reduce = new Transform({
// only one feature with this geometry, nothing to reduce, output as is
this.push(groupedFeatures[0])
} else {
- // mulitple features with the same geometry
+ // multiple features with the same geometry
// group by housenumber, street, suburb, state, postcode to reduce units into addr:flats
// groupedFeatures all all the features at the same point