From: Wolfgang Bangerth Date: Tue, 10 Oct 2017 22:58:53 +0000 (-0600) Subject: Fix a typo. X-Git-Tag: v9.0.0-rc1~966^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5223%2Fhead;p=dealii.git Fix a typo. --- diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index 930b5797a9..0cbd0fa953 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -320,7 +320,7 @@ namespace parallel * A vector containing level subdomain IDs of cells obtained by partitioning * each level. * - * The original parition information is stored to allow using sequential + * The original partition information is stored to allow using sequential * DoF distribution and partitioning functions with semi-artificial * cells. */