From: Daniel Garcia-Sanchez Date: Wed, 14 Oct 2020 09:33:46 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~1008^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11043%2Fhead;p=dealii.git Fix typo --- diff --git a/doc/doxygen/headers/distributed.h b/doc/doxygen/headers/distributed.h index 72223151eb..e19e7b5fe1 100644 --- a/doc/doxygen/headers/distributed.h +++ b/doc/doxygen/headers/distributed.h @@ -25,7 +25,7 @@ * *

Overview

* - * deal.II can use multiple machine connected via MPI to parallelize + * deal.II can use multiple machines connected via MPI to parallelize * computations, in addition to the parallelization within a shared * memory machine discussed in the @ref threads module. There are * essentially two ways to utilize multiple machines: