From e6923620ea46c194144b964c878b6cb17be3bb6e Mon Sep 17 00:00:00 2001 From: prculley Date: Sat, 16 Jul 2016 10:48:26 -0500 Subject: [PATCH] Typo --- gramps/plugins/lib/libgedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/libgedcom.py b/gramps/plugins/lib/libgedcom.py index c0ba15c73..738b574fc 100755 --- a/gramps/plugins/lib/libgedcom.py +++ b/gramps/plugins/lib/libgedcom.py @@ -782,7 +782,7 @@ class Lexer: # line_value, but in case there is more then one, remove extra # spaces after CONC/CONT processing # Also, Gedcom spec says there should be no spaces at end of - # line, however some programs put them there (FTM), so lets + # line, however some programs put them there (FTM), so let's # leave them in place. data = data[:2] + (data[2].lstrip(),) + data[3:] self.current_list.insert(0, data)