From: David Wells Date: Sat, 21 May 2016 20:14:50 +0000 (-0400) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~1024^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2623%2Fhead;p=dealii.git Fix a typo. --- 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)