From: Timo Heister Date: Thu, 2 Feb 2017 18:49:46 +0000 (-0500) Subject: fix minor typos X-Git-Tag: v8.5.0-rc1~164^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3904%2Fhead;p=dealii.git fix minor typos --- diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 6031650873..d8a2e4e946 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -298,7 +298,7 @@ namespace parallel default_setting = 0x0, /** * If set, the deal.II mesh will be reconstructed from the coarse mesh - * every time a repartioning in p4est happens. This can be a bit more + * every time a repartitioning in p4est happens. This can be a bit more * expensive, but guarantees the same memory layout and therefore cell * ordering in the deal.II mesh. As assembly is done in the deal.II * cell ordering, this flag is required to get reproducible behaviour @@ -313,7 +313,7 @@ namespace parallel */ construct_multigrid_hierarchy = 0x2, /** - * Setting this flag will disable automatic repartioning of the cells + * Setting this flag will disable automatic repartitioning of the cells * after a refinement cycle. It can be executed manually by calling * repartition(). */