From 0dc358b478dc3d8f5bcc6d846b8e37facee57369 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 --- gramps/src/EditPerson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # #-------------------------------------------------------------------------