Skip to content

Commit 39b5913

Browse files
committed
Fix typo in comment
1 parent 6446e07 commit 39b5913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gramps/plugins/lib/libgedcom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5200,7 +5200,7 @@ def __person_famc(self, line, state):
52005200
state.msg += sub_state.msg
52015201

52025202
# if the handle is not already in the person's parent family list, we
5203-
# need to add it to thie list.
5203+
# need to add it to the list.
52045204

52055205
flist = state.person.get_parent_family_handle_list()
52065206
if handle not in flist:

0 commit comments

Comments
 (0)