From f71249dc09d5c4c530d179b40780669af0d0df0f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 14 Jan 2022 09:36:36 -0600 Subject: [PATCH] fix some typos --- include/deal.II/base/mpi_consensus_algorithms.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/mpi_consensus_algorithms.h b/include/deal.II/base/mpi_consensus_algorithms.h index 814bc1610e..7eda99ce71 100644 --- a/include/deal.II/base/mpi_consensus_algorithms.h +++ b/include/deal.II/base/mpi_consensus_algorithms.h @@ -185,9 +185,8 @@ namespace Utilities * requester. (Each message can be queried for its sender.) * * As mentioned in the first paragraph, the algorithms we are interested - * in are what are call "dynamic-sparse". Dynamic-sparse in this context - * means the following: - * - Dynamic: By the time tha algorithm is called, the other processes do + * in are "dynamic-sparse": + * - Dynamic: By the time the algorithm is called, the other processes do * not know yet that they have to answer requests. * - Sparse: Each process only has to communicate with a small subset of * processes of the MPI communicator. -- 2.39.5