From: Matthias Maier Date: Fri, 14 Jan 2022 15:36:36 +0000 (-0600) Subject: fix some typos X-Git-Tag: v9.4.0-rc1~615^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13236%2Fhead;p=dealii.git fix some typos --- 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.