From a03d75a2fb2e3d4f82d17d61cd9dae5d3a15b7fd Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 16 Nov 2018 15:07:52 +0000 Subject: [PATCH] Fix typo. --- src/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cell.h b/src/cell.h index b8f13fb7f0..848e158bbd 100644 --- a/src/cell.h +++ b/src/cell.h @@ -672,7 +672,7 @@ int cell_can_use_pair_mm_rebuild(const struct cell *ci, const struct cell *cj, const struct engine *e, const struct space *s); /** - * @brief Compute the sqaure of the minimal distance between any two points in + * @brief Compute the square of the minimal distance between any two points in * two cells of the same size * * @param ci The first #cell. -- GitLab