From 784ab0c3c7653032a9010c3a006fc7152395016f Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 4 Jun 2015 12:46:12 -0400 Subject: [PATCH] Merge pull request #30 from gramps-project/sam-m888-patch-4 spelling correction to stop duplicate key --- gramps/gen/lib/location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/location.py b/gramps/gen/lib/location.py index 05dc360d0..56834075b 100644 --- a/gramps/gen/lib/location.py +++ b/gramps/gen/lib/location.py @@ -87,7 +87,7 @@ class Location(SecondaryObject, LocationBase): "street": self.street, "locality": self.locality, "city": self.city, - "country": self.county, + "county": self.county, "state": self.state, "country": self.country, "postal": self.postal,