From e34993ce31bbc6a8ac096690065149867659fbfa Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Fri, 5 Jun 2015 12:24:33 +1000 Subject: [PATCH] Correct spelling & stop duplicate key --- gramps/gen/lib/researcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/lib/researcher.py b/gramps/gen/lib/researcher.py index f735557c9..94fdb4380 100644 --- a/gramps/gen/lib/researcher.py +++ b/gramps/gen/lib/researcher.py @@ -84,7 +84,7 @@ class Researcher(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,