From bee797007d25cc31be7d0a0b16bb5090f6a4eeec Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Thu, 4 Jun 2015 19:52:15 +1000 Subject: [PATCH] spelling correction to stop duplicate key country > county --- 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,