From 8fe41c2009e6a99c100a207f22de5bfb87aaf1fc Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Apr 2009 23:42:06 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@18726 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_refinement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/grid_refinement.h b/deal.II/deal.II/include/grid/grid_refinement.h index bcfb899174..14492cd2f4 100644 --- a/deal.II/deal.II/include/grid/grid_refinement.h +++ b/deal.II/deal.II/include/grid/grid_refinement.h @@ -46,7 +46,7 @@ template class Vector; namespace GridRefinement { /** - * @brief Refinement strategy with predictable groth of the mesh + * @brief Refinement strategy with predictable growth of the mesh * * This function takes a vector of refinement @p criteria and two values * between zero and one denoting the fractions of cells to be refined -- 2.39.5