summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/listsort.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listsort.txt b/Objects/listsort.txt
index 68e918d..9226984 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.