From 1e1ff0f7ec3bc963bccbb5b9f41782ea581b53d4 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 18 Mar 2017 17:37:55 -0400 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 39ae2c6b4b..2282ad977f 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -414,8 +414,8 @@ namespace GridTools * (default value) refine the cell in the direction that removes hanging node. * * @param[in] max_iterations At each step only closest cells to hanging nodes - * hangind nodes. @p max_iterations is the maximum number of iteration * are refined. The code may require a lot of iterations to remove all + * hanging nodes. @p max_iterations is the maximum number of iteration * allowed. If @p max_iterations == numbers::invalid_unsigned_int this * function continues refining until there are no hanging nodes. * -- 2.39.5