From 277494ea88a11c6591f12ab00e56c1312c64ec43 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 26 Mar 2018 14:39:07 +0200
Subject: [PATCH] QuickShed --> Quicksched

---
 data/cs.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/cs.md b/data/cs.md
index 8bd3086..35779c1 100644
--- a/data/cs.md
+++ b/data/cs.md
@@ -4,13 +4,13 @@
 
 SWIFT uses a hybrid MPI + threads parallelisation scheme with a
 modified version of the publicly available lightweight tasking library
-[QuickShed](https://gitlab.cosma.dur.ac.uk/swift/quicksched) as its
+[QuickSched](https://gitlab.cosma.dur.ac.uk/swift/quicksched) as its
 backbone. Communications between compute nodes are scheduled by the
 library itself and use asynchronous calls to MPI to maximise the
 overlap between communication and computation. The domain
 decomposition itself is performed by splitting the graph of all the
-compute tasks, using the METIS library, to minimise the number
-of required MPI communications. The core calculations in SWIFT use
+compute tasks, using the METIS library, to minimise the number of
+required MPI communications. The core calculations in SWIFT use
 hand-written SIMD intrinsics to process multiple particles in parallel
 and achieve maximal performance.
 
-- 
GitLab