From cc891ba58ae710ce9f5d4ed6f947e8b262de6c3c Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@cs.washington.edu>
Date: Thu, 11 Feb 2016 19:32:33 -0800
Subject: [PATCH] Minor fix

---
 src/p2/writeup/WriteUp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p2/writeup/WriteUp.md b/src/p2/writeup/WriteUp.md
index 03d487f..6a27890 100644
--- a/src/p2/writeup/WriteUp.md
+++ b/src/p2/writeup/WriteUp.md
@@ -66,7 +66,7 @@ there a clear winner?  Why or why not?  Is the winner surprising to you?
 <pre>TODO</pre>
 
 ### General Sorts ###
-You have several general purpose sorts (InsertionSort, HeapSort, TopKSort).  We would like you to compare these
+You have several general purpose sorts (InsertionSort, HeapSort, QuickSort).  We would like you to compare these
 sorts using *step counting*. That is, for all other experiments, you likely compared the time it took for the various
 things to run, but for this one, we want you to (1) choose a definition of step, (2) modify the sorting algorithms to
 calculate the number of steps, and (3) compare the results.  In this case, there is a "good" definition of step, and
-- 
GitLab