From e1d4bc9812a72d2884367f7414c93d436e8b4ccf Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 21 May 2016 16:14:50 -0400 Subject: [PATCH] Fix a typo. --- include/deal.II/distributed/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 4f397b6094..05d28c69e3 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -698,7 +698,7 @@ namespace parallel * can be different than the coarsen and refine flags set by you). If it * is * - * - CELL_PERIST: the cell won't be refined/coarsened, but might be + * - CELL_PERSIST: the cell won't be refined/coarsened, but might be * moved to a different processor * - CELL_REFINE: this cell will be refined into 4/8 cells, you can not * access the children (because they don't exist yet) -- 2.39.5