From: Andrew M. Kuchling Date: Tue, 1 Aug 2006 16:24:30 +0000 (+0000) Subject: typo fix X-Git-Tag: v2.5b3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a51bf50b8405c24c2700db725855fa4b3a7cbcc;p=python typo fix --- diff --git a/Objects/listsort.txt b/Objects/listsort.txt index 68e918d960..92269840e7 100644 --- a/Objects/listsort.txt +++ b/Objects/listsort.txt @@ -494,7 +494,7 @@ and its followup(s). An earlier paper called the same strategy 467-474, Austin, Texas, 25-27 January 1993. and it probably dates back to an earlier paper by Bentley and Yao. The -McIlory paper in particular has good analysis of a mergesort that's +McIlroy paper in particular has good analysis of a mergesort that's probably strongly related to this one in its galloping strategy.