From 1381e68c693403c7f79029d995c6f5886776fe76 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 6 Mar 2018 05:19:50 +0000 Subject: [PATCH] Correct a spelling mistake. --- geojson/feature.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geojson/feature.go b/geojson/feature.go index 14be192c..8991378e 100644 --- a/geojson/feature.go +++ b/geojson/feature.go @@ -12,7 +12,7 @@ type Feature struct { Geometry Object BBox *BBox bboxDefined bool - idprops string // raw id and properties seperated by a '\0' + idprops string // raw id and properties separated by a '\0' } func fillFeatureMap(json string) (Feature, error) {