From 1a27f856c5f15cc3de5880ba1324f0ca18b1d08e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 13 Oct 2010 10:49:07 +0000 Subject: [PATCH] typo in comment svn: r15977 --- src/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.py b/src/Utils.py index ae14978f2..011e94457 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -845,7 +845,7 @@ def probably_alive(person, db, """ Return true if the person may be alive on current_date. - This works by a process of emlimination. If we can't find a good + This works by a process of elimination. If we can't find a good reason to believe that someone is dead then we assume they must be alive.