Fixed typo in comment

svn: r782
This commit is contained in:
Donald A. Peterson 2002-02-19 21:30:26 +00:00
parent ba2fc06706
commit 0dc358b478

View File

@ -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.
#
#-------------------------------------------------------------------------