From 12e4948cc16fcc9aa6e419331fcbc1cb7d6cc41b Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 24 Feb 2021 12:25:37 +0100
Subject: [PATCH] Fix typo

---
 doc/RTD/source/Task/locks.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/RTD/source/Task/locks.rst b/doc/RTD/source/Task/locks.rst
index 5da48146d9..8dd40bc665 100644
--- a/doc/RTD/source/Task/locks.rst
+++ b/doc/RTD/source/Task/locks.rst
@@ -14,11 +14,11 @@ concurrently, even if the tasks have no dependencies between them.
 For this reason, each task locks the data it works on when it begins,
 and unlocks the data again once it's finished. Data here refers to the
 particle (gas, gravity, stars,...) content of a cell as well as of the
-hierarchy of cells in the tree at levels closer to the root that.  By
-default, it is assumed that the task is doing work on hydro
-particles. If your task requires other particle types, you will need
-to specify that in ``src/task.c``. Suppose you have implemented a task
-with type ``task_type_new`` that requires both stars and hydro
+hierarchy of cells in the tree at levels closer to the root than the
+cell itself.  By default, it is assumed that the task is doing work on
+hydro particles. If your task requires other particle types, you will
+need to specify that in ``src/task.c``. Suppose you have implemented a
+task with type ``task_type_new`` that requires both stars and hydro
 particles: ::
 
 
-- 
GitLab