From 02fb539dc20849eeb2b78600eb1741d27a315703 Mon Sep 17 00:00:00 2001 From: "Donald A. Peterson" Date: Tue, 19 Feb 2002 21:30:26 +0000 Subject: [PATCH] Fixed typo in comment svn: r782 --- src/EditPerson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditPerson.py b/src/EditPerson.py index 637989724..7858c5281 100644 --- a/src/EditPerson.py +++ b/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. # #-------------------------------------------------------------------------