Merge pull request #30 from gramps-project/sam-m888-patch-4

spelling correction to stop duplicate key
This commit is contained in:
Doug Blank 2015-06-04 12:46:12 -04:00
commit 7dc9530ddb

View File

@ -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,