diff --git a/gramps/src/EditPerson.py b/gramps/src/EditPerson.py index 637989724..7858c5281 100644 --- a/gramps/src/EditPerson.py +++ b/gramps/src/EditPerson.py @@ -1423,7 +1423,7 @@ def birth_dates_in_order(list): # reorder_child_list # # Reorder the child list to put the specified person in his/her -# correct birth orde. Only check *valid* birthdates. Move the person +# correct birth order. Only check *valid* birthdates. Move the person # as short a distance as possible. # #-------------------------------------------------------------------------