From 4a06bea4192e0361621f70c45d3c59553957c3bf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 25 Jun 2015 17:07:18 -0500 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/grid_reordering_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_reordering_internal.h b/include/deal.II/grid/grid_reordering_internal.h index 77f978501a..b421d9c5bc 100644 --- a/include/deal.II/grid/grid_reordering_internal.h +++ b/include/deal.II/grid/grid_reordering_internal.h @@ -38,7 +38,7 @@ namespace internal { /** - * Check whether a given arrangement of cells is already consisten. If + * Check whether a given arrangement of cells is already consistent. If * this is the case, then we skip the reordering pass. * * This function works by looping over all cells, checking whether one of -- 2.39.5